代码修改

This commit is contained in:
qiuyuan 2025-10-22 09:43:40 +08:00
parent c38c7bddf1
commit b1fe3c27cb
2 changed files with 6 additions and 2 deletions

View File

@ -61,5 +61,7 @@ export default {
assessor:'评估员列表',
baseSet:'基础配置',
serverProjectManage:'服务项目管理',
serviceStaffyuying:'服务人员'
serviceStaffyuying:'服务人员',
workorderYunying:'工单管理',
waitWorkOrder:'待派单'
}

View File

@ -18,6 +18,7 @@ import serviceStaff from './serviceStaff'
import serverSet from './serverSet'
import yunYingServerObj from './yunyingServerObj'
import serviceStaffYunYing from './serviceStaffYunYing'
import workorderYunying from './workorderYunying'
export default [
...home,
// ...form,
@ -38,5 +39,6 @@ export default [
...serviceStaff,
...serverSet,
...yunYingServerObj,
...serviceStaffYunYing
...serviceStaffYunYing,
...workorderYunying
]