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