feat(wms): 新增钢卷通用维度告警管理功能
1. 新增告警信息路由页面与API接口 2. 在导航栏添加告警入口与未读红点提示 3. 实现告警列表查询、处理、忽略、删除与导出功能 4. 每分钟自动刷新告警状态检查
This commit is contained in:
@@ -118,6 +118,12 @@ export const constantRoutes = [
|
||||
component: () => import('@/views/wms/coil/info'),
|
||||
name: 'CoilInfo',
|
||||
meta: { title: '数字钢卷', icon: 'checkbox' }
|
||||
},
|
||||
{
|
||||
path: 'materialWarning',
|
||||
component: () => import('@/views/wms/coil/materialWarning/index'),
|
||||
name: 'MaterialWarning',
|
||||
meta: { title: '告警信息', icon: 'warning' }
|
||||
}
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user