| @@ -33,7 +33,7 @@ | |||||
| </view> | </view> | ||||
| </view> | </view> | ||||
| <!-- 统计说明 --> | <!-- 统计说明 --> | ||||
| <view class="black-bg" v-if="showDesc" > | |||||
| <view class="black-bg" v-if="showDesc"> | |||||
| <view class="tongjiDesc"> | <view class="tongjiDesc"> | ||||
| <view class="tongji-title">统计说明</view> | <view class="tongji-title">统计说明</view> | ||||
| <view class="text"> | <view class="text"> | ||||
| @@ -51,8 +51,14 @@ | |||||
| <view class="title1">平均挖掘执行率趋势</view> | <view class="title1">平均挖掘执行率趋势</view> | ||||
| </view> | </view> | ||||
| <view class="uchaserbox"> | <view class="uchaserbox"> | ||||
| <qiun-data-charts type="line" :chartData="lineOptsect" :opts="lineOpts" background="none" | |||||
| :ontouch="true" canvasId="wangxiaohuaerlingilingwuyiba2" :canvas2d="true" /> | |||||
| <qiun-data-charts | |||||
| type="line" | |||||
| :chartData="lineOptsect" | |||||
| :opts="lineOpts" | |||||
| background="none" | |||||
| :ontouch="true" | |||||
| canvasId="wangxiaohuaerlingilingwuyiba2" | |||||
| :canvas2d="true" /> | |||||
| </view> | </view> | ||||
| </view> | </view> | ||||
| <view style="width: 100%;height: 20rpx;background: #FAFAFA;"></view> | <view style="width: 100%;height: 20rpx;background: #FAFAFA;"></view> | ||||
| @@ -121,7 +127,6 @@ | |||||
| </template> | </template> | ||||
| <script> | <script> | ||||
| var app = getApp(); | |||||
| // var config = require("../../../config"); | // var config = require("../../../config"); | ||||
| // import loading from "@/components/loading/index.vue" | // import loading from "@/components/loading/index.vue" | ||||
| export default { | export default { | ||||
| @@ -130,6 +135,7 @@ | |||||
| }, | }, | ||||
| data() { | data() { | ||||
| return { | return { | ||||
| LOADING: true, | |||||
| selindex: '', | selindex: '', | ||||
| guwenshow: false, | guwenshow: false, | ||||
| timeshow: false, | timeshow: false, | ||||
| @@ -241,7 +247,7 @@ | |||||
| min: 0, | min: 0, | ||||
| }] | }] | ||||
| } | } | ||||
| }, | |||||
| } | |||||
| }; | }; | ||||
| }, | }, | ||||
| onShow() { | onShow() { | ||||
| @@ -263,7 +269,7 @@ | |||||
| // this.getdata() | // this.getdata() | ||||
| }, | }, | ||||
| methods: { | methods: { | ||||
| max100(num) { | |||||
| max100(num) { | |||||
| if(num>100){ | if(num>100){ | ||||
| return 100 | return 100 | ||||
| } else if(!num){ | } else if(!num){ | ||||
| @@ -273,13 +279,13 @@ | |||||
| } | } | ||||
| }, | }, | ||||
| getdata(){ | getdata(){ | ||||
| // 挖掘分析-简报 | |||||
| // 挖掘分析-简报 | |||||
| this.wordMiningAnalyze() | this.wordMiningAnalyze() | ||||
| //挖掘排行 | //挖掘排行 | ||||
| this.getwordMiningRank() | this.getwordMiningRank() | ||||
| // 挖掘趋势图 | // 挖掘趋势图 | ||||
| this.getwordMiningAnalyzePercentage() | this.getwordMiningAnalyzePercentage() | ||||
| // 挖掘f分布图 | |||||
| // 挖掘分布图 | |||||
| this.getRingData() | this.getRingData() | ||||
| }, | }, | ||||
| // 挖掘排行 | // 挖掘排行 | ||||
| @@ -590,7 +596,9 @@ | |||||
| font-weight: bold; | font-weight: bold; | ||||
| } | } | ||||
| } | } | ||||
| .grid{ | |||||
| border: 1rpx solid #eee; | |||||
| } | |||||
| .grid:nth-child(1) { | .grid:nth-child(1) { | ||||
| border-right: none; | border-right: none; | ||||
| border-bottom: none; | border-bottom: none; | ||||