This commit is contained in:
‘937886381’
2026-01-09 17:53:34 +08:00
parent b76f3bfd37
commit b491f24126
50 changed files with 256 additions and 149 deletions

View File

@@ -45,7 +45,7 @@
<div class="dashboard right"
@click="handleDashboardClick('制造成本','mfgOverheadCostAnalysis/mfgOverheadCostAnalysis')">
<div class="title">
制造成本·/
制造费用·/
</div>
<div class="line">
<operatingSingleBar :detailData="manufacturingCostData"></operatingSingleBar>
@@ -137,7 +137,7 @@ export default {
},
// 5. 制造成本数据:精准筛选
manufacturingCostData() {
return this.activeData.find(item => item.name === "制造成本") || {
return this.activeData.find(item => item.name === "制造费用") || {
targetValue: 0,
value: 0,
completed: 0,