This commit is contained in:
‘937886381’
2026-01-06 17:09:52 +08:00
parent 5605eeab06
commit 51e66cf6e1
145 changed files with 265 additions and 226 deletions

View File

@@ -75,7 +75,7 @@ export default {
value: 0,
proportion: 0,
route: 'profitAnalysis',
completed: 1 // 未达目标值,不达标
completed: 1 // 未达预算值,不达标
},
{
name: "年度",
@@ -83,7 +83,7 @@ export default {
value: 0,
proportion: 0,
route: 'profitAnalysis',
completed: 1 // 超出目标值,达标
completed: 1 // 超出预算值,达标
}
]
}