修改部分字段
This commit is contained in:
@@ -35,7 +35,7 @@ export default {
|
||||
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 },
|
||||
双镀毛利率: { completeRate: 0, diff: 0, real: 0, target: 0, thb: 0 },
|
||||
})
|
||||
},
|
||||
@@ -61,7 +61,7 @@ export default {
|
||||
indicatorDefs() {
|
||||
return [
|
||||
{ key: 'financialCost', name: '双镀成本', unit: '元/㎡'},
|
||||
{ key: 'financialPrice', name: '双镀均价', unit: '元/㎡'},
|
||||
{ key: 'financialPrice', name: '单价_双镀面板', unit: '元/㎡'},
|
||||
{ key: 'financialProfit', name: '双镀毛利率', unit: '%'},
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user