|
|
|
@@ -54,7 +54,7 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="" v-if="eharTab.active1 == 1 "> |
|
|
|
<view class="danwei">接待量</view> |
|
|
|
<view class="danwei">接待量(次)</view> |
|
|
|
<view class="uchaserbox"> |
|
|
|
<template v-if="lineOptsect1"> |
|
|
|
<qiun-data-charts type="line" :opts="lineOpts1" :chartData="lineOptsect1" background="none" :ontouch="true" |
|
|
|
@@ -101,7 +101,7 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view v-if="eharTab.active2 == 1 "> |
|
|
|
<view class="danwei">录音时长 (min)</view> |
|
|
|
<view class="danwei">录音时长(min)</view> |
|
|
|
<view class="uchaserbox"> |
|
|
|
<template v-if="lineOptsect2"> |
|
|
|
<qiun-data-charts type="line" :opts="lineOpts1" :chartData="lineOptsect2" background="none" :ontouch="true" |
|
|
|
@@ -135,7 +135,7 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view v-if="eharTab.active3 == 1 "> |
|
|
|
<view class="danwei">执行率 (%)</view> |
|
|
|
<view class="danwei">执行率(%)</view> |
|
|
|
<view class="uchaserbox"> |
|
|
|
<template v-if="lineOptsect3"> |
|
|
|
<qiun-data-charts type="line" :chartData="lineOptsect3" background="none" :ontouch="true" |
|
|
|
|