Bläddra i källkod

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

test
douzhuo 2 år sedan
förälder
incheckning
8449fc90c5
4 ändrade filer med 571 tillägg och 543 borttagningar
  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 Visa fil

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


+ 558
- 540
pages/center/Piabodata/Theteamcompared.vue
Filskillnaden har hållits tillbaka eftersom den är för stor
Visa fil


+ 2
- 2
pages/center/Piabodata/index.vue Visa fil

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


+ 1
- 1
pages/mine/equipment/index.vue Visa fil

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


Laddar…
Avbryt
Spara