菜单add

This commit is contained in:
2023-07-13 11:24:23 +08:00
parent 0fa9c95c28
commit 668b470586
3 changed files with 12 additions and 45 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'])