制造成本分析修改

This commit is contained in:
2026-03-25 14:10:27 +08:00
parent bb66f97b95
commit 4f7466bb29
59 changed files with 3909 additions and 1779 deletions

View File

@@ -68,7 +68,8 @@ export default {
{ key: 'rawMaterialCost', name: '采购单价', unit: '元/吨'},
{ key: 'fuelCost', name: '产量', unit: '吨'},
{ key: 'electricityCost', name: '单耗', unit: '吨'},
{ key: 'laborCost', name: '消耗量', unit: '吨'}
{ key: 'laborCost', name: '消耗量', unit: '吨'},
{ key: 'laborCostDay', name: '日均消耗量', unit: '吨'}
]
},
indicators() {
@@ -156,7 +157,7 @@ export default {
}
.dashboard {
width: 390px;
width: 312px;
height: 205px;
background: #F9FCFF;
padding: 16px 0 0 10px;