feat(router): 添加数字钢卷路由
feat(components): 为MutiSelect组件添加collapseTags属性 feat(views): 新增酸连轧系统页面及组件 feat(views): 添加数字钢卷信息展示组件 refactor(views): 重构基础面板组件,支持数字钢卷功能
This commit is contained in:
@@ -112,6 +112,12 @@ export const constantRoutes = [
|
||||
component: () => import('@/views/wms/todo/index'),
|
||||
name: 'Task',
|
||||
meta: { title: '待办任务', icon: 'checkbox' }
|
||||
},
|
||||
{
|
||||
path: 'coil/:coilId',
|
||||
component: () => import('@/views/wms/coil/info'),
|
||||
name: 'CoilInfo',
|
||||
meta: { title: '数字钢卷', icon: 'checkbox' }
|
||||
}
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user