This commit is contained in:
‘937886381’
2025-12-30 19:36:05 +08:00
parent 7b3873f9ea
commit 20ef2b9763
158 changed files with 3059 additions and 462 deletions

View File

@@ -53,6 +53,10 @@ export default {
type: Array,
default: () => []
},
factory: {
type: [String, Number],
default: ''
},
// 可选:动态标题(原有配置保留)
title: {
type: String,
@@ -132,6 +136,7 @@ export default {
path: 'singleProcAuxMatCost',
query: {
name,
factory: this.$route.query.factory ? this.$route.query.factory : this.factory
}
})
}