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

@@ -42,6 +42,10 @@ export default {
type: Array,
default: () => ([])
},
factory: {
type: [String, Number],
default: ''
},
// 可选:动态标题
title: {
type: String,
@@ -96,6 +100,7 @@ export default {
path: 'singleProcessingFuel',
query: {
name,
factory: this.$route.query.factory ? this.$route.query.factory : this.factory
}
})
}