generated from Leo_Ding/web-template
代码修改
This commit is contained in:
parent
c38c7bddf1
commit
b1fe3c27cb
@ -61,5 +61,7 @@ export default {
|
|||||||
assessor:'评估员列表',
|
assessor:'评估员列表',
|
||||||
baseSet:'基础配置',
|
baseSet:'基础配置',
|
||||||
serverProjectManage:'服务项目管理',
|
serverProjectManage:'服务项目管理',
|
||||||
serviceStaffyuying:'服务人员'
|
serviceStaffyuying:'服务人员',
|
||||||
|
workorderYunying:'工单管理',
|
||||||
|
waitWorkOrder:'待派单'
|
||||||
}
|
}
|
||||||
|
|||||||
@ -18,6 +18,7 @@ import serviceStaff from './serviceStaff'
|
|||||||
import serverSet from './serverSet'
|
import serverSet from './serverSet'
|
||||||
import yunYingServerObj from './yunyingServerObj'
|
import yunYingServerObj from './yunyingServerObj'
|
||||||
import serviceStaffYunYing from './serviceStaffYunYing'
|
import serviceStaffYunYing from './serviceStaffYunYing'
|
||||||
|
import workorderYunying from './workorderYunying'
|
||||||
export default [
|
export default [
|
||||||
...home,
|
...home,
|
||||||
// ...form,
|
// ...form,
|
||||||
@ -38,5 +39,6 @@ export default [
|
|||||||
...serviceStaff,
|
...serviceStaff,
|
||||||
...serverSet,
|
...serverSet,
|
||||||
...yunYingServerObj,
|
...yunYingServerObj,
|
||||||
...serviceStaffYunYing
|
...serviceStaffYunYing,
|
||||||
|
...workorderYunying
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user