Procházet zdrojové kódy

提交修改简报

Jyt
wangshuai před 2 roky
rodič
revize
986cdf6e06
1 změnil soubory, kde provedl 7 přidání a 7 odebrání
  1. +7
    -7
      pages/center/Piabodata/index.vue

+ 7
- 7
pages/center/Piabodata/index.vue Zobrazit soubor

@@ -468,15 +468,15 @@
lastStartDate: this.lastStartDate
})
.then(res => {
// 接待量
this.numlist[0].num = res.receptionCount || 0
// 接待客户
this.numlist[1].num = res.sumCustomer || 0
// 执行率
this.numlist[2].num = (res.fraction || 0) + '%'
this.numlist[0].num = (res.fraction || 0) + '%'
// 平均接待时长
this.numlist[3].num = Math.floor(res.sumDuration / 60) || 0
// util.formatSecond()||0
this.numlist[1].num = res.avgDuration || 0
// 接待量
this.numlist[2].num = res.receptionCount || 0
// 有效接待
this.numlist[3].num = res.activeCustomer || 0

})
},


Načítá se…
Zrušit
Uložit