This commit is contained in:
‘937886381’
2026-01-09 17:53:34 +08:00
parent b76f3bfd37
commit b491f24126
50 changed files with 256 additions and 149 deletions

View File

@@ -69,7 +69,7 @@ export default {
*/
factoryData() { // 整合原始数据 + 计算flag
return {
completeRate: Number(this.totalData.proportion).toFixed(2),
completeRate: Number(this.totalData.proportion),
diff: this.totalData.diffValue,
real: this.totalData.value,
target: this.totalData.targetValue,