预算和指标填报

This commit is contained in:
2026-04-10 08:41:39 +08:00
parent 0c8bd440ae
commit bdd73b8868
18 changed files with 162 additions and 39 deletions

View File

@@ -36,7 +36,7 @@ export default {
relatedMon: {
type: Object,
default: () => ({
产量: { completeRate: 0, diff: 0, real: 0, target: 0, thb: 0 },
加工产量: { completeRate: 0, diff: 0, real: 0, target: 0, thb: 0 },
销量: { completeRate: 0, diff: 0, real: 0, target: 0, thb: 0 },
})
},
@@ -61,7 +61,7 @@ export default {
computed: {
indicatorDefs() {
return [
{ key: 'production', name: '产量', unit: '㎡'},
{ key: 'production', name: '加工产量', unit: '㎡'},
{ key: 'financialCost', name: '销量', unit: '万㎡'},
]
},