修改进度条
This commit is contained in:
parent
78ba497647
commit
8de9169fdc
@ -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