员工编辑

This commit is contained in:
duan
2024-09-24 15:35:01 +08:00
parent f5d5aca77e
commit 7d904db9ed
9 changed files with 626 additions and 107 deletions

View File

@@ -1204,22 +1204,20 @@
{
"root": "pagesOrder",
"pages": [{
"pageId": "PAGES_ORDER_INDEX",
"path" : "index/index",
"style" :
"pageId": "PAGES_ORDER_INDEX",
"path": "index/index",
"style": {
"navigationBarTitleText": "订单管理"
}
},
{
"navigationBarTitleText" : "订单管理"
"pageId": "PAGES_ORDER_DETAIL",
"path": "detail/detail",
"style": {
"navigationBarTitleText": "订单详情"
}
}
},
{
"pageId": "PAGES_ORDER_DETAIL",
"path" : "detail/detail",
"style" :
{
"navigationBarTitleText" : "订单详情"
}
}
]
},
{
@@ -1264,16 +1262,30 @@
"style": {
"navigationBarTitleText": "排队"
}
},{
}, {
"pageId": "PAGES_CALLRE_CORD",
"path": "callRecord",
"style": {
"navigationBarTitleText": "叫号记录"
}
}
]
}]
},
{
"root": "pageStaff",
"pages": [{
"pageId": "PAGES_STAFF",
"path": "index",
"style": {
"navigationBarTitleText": "员工管理"
}
}, {
"pageId": "PAGES_ADD_STAFF",
"path": "addstaff",
"style": {
"navigationBarTitleText": "新增员工"
}
}]
},
{
"root": "pageConsumables",
"pages": [{