预算和指标填报
This commit is contained in:
@@ -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: '万㎡'},
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user