xiugai
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<div class="topItem-container" style="display: flex; gap: 8px;">
|
||||
<div class="dashboard left" @click="handleDashboardClick('镀膜液')">
|
||||
<div class="title">
|
||||
镀膜液·单位/万元
|
||||
镀膜液·万元
|
||||
</div>
|
||||
<div class="line">
|
||||
<!-- 绑定镀膜液对应数据:新增数据绑定,样式不变 -->
|
||||
@@ -16,7 +16,7 @@
|
||||
</div>
|
||||
<div class="dashboard right" @click="handleDashboardClick('油墨')">
|
||||
<div class="title">
|
||||
油墨·单位/万元
|
||||
油墨·万元
|
||||
</div>
|
||||
<div class="line">
|
||||
<!-- 绑定油墨对应数据:新增数据绑定,样式不变 -->
|
||||
@@ -25,7 +25,7 @@
|
||||
</div>
|
||||
<div class="dashboard right" @click="handleDashboardClick('釉料')">
|
||||
<div class="title">
|
||||
釉料·单位/万元
|
||||
釉料·万元
|
||||
</div>
|
||||
<div class="line">
|
||||
<!-- 绑定釉料对应数据:新增数据绑定,样式不变 -->
|
||||
@@ -53,6 +53,10 @@ export default {
|
||||
type: Array,
|
||||
default: () => []
|
||||
},
|
||||
dateData: {
|
||||
type: Object,
|
||||
default: () => {}
|
||||
},
|
||||
factory: {
|
||||
type: [String, Number],
|
||||
default: ''
|
||||
@@ -136,7 +140,8 @@ export default {
|
||||
path: 'singleProcAuxMatCost',
|
||||
query: {
|
||||
name,
|
||||
factory: this.$route.query.factory ? this.$route.query.factory : this.factory
|
||||
factory: this.$route.query.factory ? this.$route.query.factory : this.factory,
|
||||
dateData: this.dateData
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user