终检报工app

This commit is contained in:
think 2025-01-10 17:33:02 +08:00
parent bdbd28ca94
commit e47c4ce424
2 changed files with 26 additions and 1 deletions

View File

@ -66,7 +66,18 @@
"navigationBarTitleText": "装配报工"
}
},
{
"path": "pages/zjPgMaster/zjPgMaster",
"style": {
"navigationBarTitleText": "终检报工"
}
},
{
"path": "pages/zjPgMaster/zjPgMaster-detail",
"style": {
"navigationBarTitleText": "报工详情"
}
},
{
"path": "pages/my/my",

View File

@ -37,6 +37,20 @@ const categoryList = ref([
imgUrl: '/static/images/assembleReport.png',
defaultImgUrl: '/static/images/assembleReport-default.png',
},
{
path: "pgMaster",
name: "过程检报工",
auth: true,
imgUrl: "/static/images/guochengjian.png",
defaultImgUrl: "/static/images/assembleReport-default.png"
},
{
path: "zjPgMaster",
name: "终检报工",
auth: true,
imgUrl: "/static/images/zhongjian.png",
defaultImgUrl: "/static/images/assembleReport-default.png"
},
])
const loginStore = useLoginStore()
const isLogin = computed(() => {