党建大屏

This commit is contained in:
yanran200730
2022-05-11 18:06:53 +08:00
parent 4b518445ef
commit 7453962f52
7 changed files with 177 additions and 5 deletions

View File

@@ -49,14 +49,11 @@
})
this.arr = v.map(v => {
console.log(v[this.value] / sum)
return {
...v,
ratio: Number((v[this.value] / sum).toFixed(2)) * 100
}
})
console.log(this.arr)
},
immediate: true,
deep: true