|
|
|
@@ -50,7 +50,7 @@ |
|
|
|
</view> |
|
|
|
<view class="danwei">来访(人)</view> |
|
|
|
<view class="uchaserbox"> |
|
|
|
<qiun-data-charts v-if="isShow" type="line" :opts="lineOpts1" :chartData="lineOptsect" background="none" :ontouch="true" |
|
|
|
<qiun-data-charts v-if="isShow" type="line" :chartData="lineOptsect" background="none" :ontouch="true" |
|
|
|
canvasId="wangxiaohuaerlingeryilingwuyibbb" :canvas2d="true" /> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
@@ -80,7 +80,7 @@ |
|
|
|
</view> |
|
|
|
<view class="danwei">录音时长</view> |
|
|
|
<view class="uchaserbox"> |
|
|
|
<qiun-data-charts v-if="isShow" type="line" :opts="lineOpts1" :chartData="lineOptsect1" background="none" :ontouch="true" |
|
|
|
<qiun-data-charts v-if="isShow" type="line" :chartData="lineOptsect1" background="none" :ontouch="true" |
|
|
|
canvasId="wangxiaouaerlingeryilingwuyibhh" :canvas2d="true" /> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
@@ -110,7 +110,7 @@ |
|
|
|
</view> |
|
|
|
<view class="uchaserbox"> |
|
|
|
<qiun-data-charts v-if="isShow" type="line" :chartData="lineOptsect2" background="none" :ontouch="true" |
|
|
|
canvasId="wangxiaohuaerlingryilingwuyibhh" :canvas2d="true" :opts="lineOpts1" /> |
|
|
|
canvasId="wangxiaohuaerlingryilingwuyibhh" :canvas2d="true" :opts="lineOpts" /> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
@@ -215,31 +215,14 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|
lineOpts: { |
|
|
|
// enableScroll: true, |
|
|
|
// xAxis: { |
|
|
|
// disableGrid: true, |
|
|
|
// scrollShow: true, |
|
|
|
// itemCount: 8 |
|
|
|
// }, |
|
|
|
yAxis: { |
|
|
|
data: [ |
|
|
|
{ |
|
|
|
max: 100, |
|
|
|
min: 0, |
|
|
|
} |
|
|
|
] |
|
|
|
data: [{ |
|
|
|
max: 100, |
|
|
|
min: 0, |
|
|
|
}] |
|
|
|
} |
|
|
|
}, |
|
|
|
lineOpts1: { |
|
|
|
// enableScroll: true, |
|
|
|
// xAxis: { |
|
|
|
// disableGrid: true, |
|
|
|
// scrollShow: true, |
|
|
|
// itemCount: 8 |
|
|
|
// } |
|
|
|
}, |
|
|
|
isShow: true, // 默认都展示 |
|
|
|
}; |
|
|
|
}, |
|
|
|
|