修改
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user