Merge branch 'master' of http://git.kingsome.cn/yuyongdong/UAW
This commit is contained in:
commit
a0c2f988a7
@ -724,8 +724,7 @@ export default {
|
|||||||
computed: {
|
computed: {
|
||||||
filteredBar() {
|
filteredBar() {
|
||||||
let aa = this.activeList.filter(item => this.baseTasks.includes(item.id))
|
let aa = this.activeList.filter(item => this.baseTasks.includes(item.id))
|
||||||
let bb = aa.filter(item => item.status == 2 || 3).length
|
let bb = aa.filter(item => item.status == 3).length
|
||||||
console.log(bb, aa, this.baseTasks, this.activeList,'-------------------------------------------------------------------------')
|
|
||||||
let cc = bb / this.baseTasks.length * 100
|
let cc = bb / this.baseTasks.length * 100
|
||||||
return cc
|
return cc
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user