This commit is contained in:
2023-07-13 16:52:19 +08:00
parent 668b470586
commit 2cb8c23cbf
4 changed files with 132 additions and 150 deletions

View File

@@ -26,7 +26,7 @@ export default {
},
computed: {
title () {
let res = ['清洗上料', '清洗下料', '人工倒料'][Number(this.$route.meta.guidePath) - 1]
let res = ['清洗上料', '清洗下料', '人工倒料', '选择物料'][Number(this.$route.meta.guidePath) - 1]
return res
},
...mapGetters(['keepAlive'])