登录、home、工单管理

This commit is contained in:
2023-04-07 17:41:38 +08:00
parent c47cc6a357
commit 6917835ce2
15 changed files with 521 additions and 241 deletions

View File

@@ -35,22 +35,22 @@ export default {
label: '工单操作',
index: '1',
router: '/operation'
},
{
label: '残次品上报',
index: '2',
router: '/ungraded'
},
}
// {
// label: '残次品上报',
// index: '2',
// router: '/ungraded'
// },
// {
// label: '状态设置',
// index: '3',
// router: '/stateset'
// },
{
label: '工单查询',
index: '4',
router: '/opersearch'
}
// {
// label: '工单查询',
// index: '4',
// router: '/opersearch'
// }
]
}
},