赞助
09 2021 档案
echarts做折线图
摘要:先给大家看图 父组件 <el-container v-show="abscissa"> <lineEchart :CPUInfoList="CPUTotalUsage" :Timer="Timer" :abscissa="abscissa" :ordinate="ordinate" :title=" 阅读全文
posted @ 2021-09-11 20:50 Tsunami黄嵩粟 阅读(584) 评论(0) 推荐(0)
echarts做饼图
摘要:今天记录下echarts做饼图 父组件 <el-card style="height:600px ;margin-top:20px" v-loading="cardFalg"> <pieEcharts :chartData="VersionList.data" :title="VersionList 阅读全文
posted @ 2021-09-11 19:42 Tsunami黄嵩粟 阅读(445) 评论(0) 推荐(0)
后端分页但是前端想要把所有数据取出来
摘要:recursion(index, array) { if (index <= array) { // 发送请求 var body = { plan_id: '1103765', page: index, count: 15 } request({ method: 'get', url: '/api/ 阅读全文
posted @ 2021-09-03 17:56 Tsunami黄嵩粟 阅读(666) 评论(0) 推荐(0)