Browse Source

提交

dev
douzhuo 2 years ago
parent
commit
ce99688641
4 changed files with 1000 additions and 720 deletions
  1. +1
    -1
      pages/center/Piabodata/Theteamcompared.vue
  2. +1
    -2
      pages/center/Piabodata/TrendAnalysis.vue
  3. +483
    -342
      pages/center/consumer/index.vue
  4. +515
    -375
      pages/center/records/index.vue

+ 1
- 1
pages/center/Piabodata/Theteamcompared.vue View File

@@ -58,7 +58,7 @@
</view>
<view class="" v-if=" eharTab.active1 == 1 ">
<view class="danwei">接待量</view>
<view class="uchaserbox" style="height: 70vh;">
<view class="uchaserbox">
<qiun-data-charts
type="line"
:chartData="lineOptsect1"


+ 1
- 2
pages/center/Piabodata/TrendAnalysis.vue View File

@@ -55,8 +55,7 @@
</view>
<view class="comparesize" v-if="compareFlag&&timepickpickisshow">
<text style="margin-right: 10rpx;">对比:{{index==1?item.num1+'%':item.num1}} </text>
<text :style="{color:item.num2*1>0?'red':'green'}">{{item.num2+'%'}}
{{item.num2*1>0?'↑':'↓'}}</text>
<text :style="{color:item.num2*1>0?'red':'green'}">{{item.num2+'%'}}{{item.num2*1>0?'↑':'↓'}}</text>
</view>
</view>
</view>


+ 483
- 342
pages/center/consumer/index.vue
File diff suppressed because it is too large
View File


+ 515
- 375
pages/center/records/index.vue
File diff suppressed because it is too large
View File


Loading…
Cancel
Save