Browse Source

修改集团对比团队对比问题

test
douzhuo 2 years ago
parent
commit
8449fc90c5
4 changed files with 571 additions and 543 deletions
  1. +10
    -0
      pages/center/Piabodata/Groupcontrast.vue
  2. +558
    -540
      pages/center/Piabodata/Theteamcompared.vue
  3. +2
    -2
      pages/center/Piabodata/index.vue
  4. +1
    -1
      pages/mine/equipment/index.vue

+ 10
- 0
pages/center/Piabodata/Groupcontrast.vue View File

@@ -159,6 +159,7 @@
canvasId="wangxiaohuaerlingeryilingwuyib88" canvasId="wangxiaohuaerlingeryilingwuyib88"
background="none" background="none"
:loadingType="0" :loadingType="0"
:opts="opts"
/> />
</view> </view>
</view> </view>
@@ -273,6 +274,15 @@
"series": [ "series": [
] ]
},
opts: {
fontSize: 10,
extra: {
radar: {
max: 100
}
}
} }
}; };


+ 558
- 540
pages/center/Piabodata/Theteamcompared.vue
File diff suppressed because it is too large
View File


+ 2
- 2
pages/center/Piabodata/index.vue View File

@@ -279,7 +279,7 @@
}, },
newlistoj: [], newlistoj: [],
newlistoj1: [{ newlistoj1: [{
name: "接待",
name: "接待客户",
id: 1 id: 1
}, },
{ {
@@ -287,7 +287,7 @@
id: 2 id: 2
}, },
{ {
name: "接待客户",
name: "接待",
id: 3 id: 3
}, },
{ {


+ 1
- 1
pages/mine/equipment/index.vue View File

@@ -20,7 +20,7 @@
<view class="infoet"> <view class="infoet">
<view class="infoviewbox" v-for="(item,index) in newListdata" :key="index"> <view class="infoviewbox" v-for="(item,index) in newListdata" :key="index">
<view class="infobox1"> <view class="infobox1">
<view class="box1-zuo">领用人:{{item.accName}}</view>
<view class="box1-zuo">领用人:{{item.accName || '--'}}</view>
<view class="box1-you"> <view class="box1-you">
<view class="you1" v-if="item.electricity>20"> <view class="you1" v-if="item.electricity>20">
<view class="youimg" :style="{ height: item.electricity + '%' }"></view> <view class="youimg" :style="{ height: item.electricity + '%' }"></view>


Loading…
Cancel
Save