增加了手机操作端
This commit is contained in:
@@ -23,6 +23,16 @@ const adminChildren = [
|
||||
permission: "orders.manage",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "warehouse-workbench",
|
||||
name: "warehouse-workbench",
|
||||
component: () => import("../pages/warehouse-workbench/index.vue"),
|
||||
meta: {
|
||||
title: "仓管作业台",
|
||||
desc: "扫码处理入库、中检送检出入库与物品寄回。",
|
||||
permission: "warehouse_workbench.manage",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "appraisal-tasks",
|
||||
name: "appraisal-tasks",
|
||||
|
||||
Reference in New Issue
Block a user