feat: 完成部门管理,岗位管理,用户管理部分,功能编码。
This commit is contained in:
@@ -881,6 +881,68 @@
|
||||
"style": {
|
||||
"navigationBarTitleText": "数据详情"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "system/logininfor/list",
|
||||
"style": {
|
||||
"navigationBarTitleText": "登录日志"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "system/user/list",
|
||||
"style": {
|
||||
"navigationBarTitleText": "用户管理"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "system/user/addEdit",
|
||||
"style": {
|
||||
"navigationBarTitleText": "用户管理",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "system/user/details",
|
||||
"style": {
|
||||
"navigationBarTitleText": "用户详情",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "system/post/list",
|
||||
"style": {
|
||||
"navigationBarTitleText": "岗位管理"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "system/post/addEdit",
|
||||
"style": {
|
||||
"navigationBarTitleText": "岗位管理"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "system/post/details",
|
||||
"style": {
|
||||
"navigationBarTitleText": "岗位详情"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "system/dept/list",
|
||||
"style": {
|
||||
"navigationBarTitleText": "部门管理"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "system/dept/addEdit",
|
||||
"style": {
|
||||
"navigationBarTitleText": "部门管理"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "system/dept/details",
|
||||
"style": {
|
||||
"navigationBarTitleText": "部门详情"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user