feat(wms): 新增钢卷通用维度告警管理功能

1. 新增告警信息路由页面与API接口
2. 在导航栏添加告警入口与未读红点提示
3. 实现告警列表查询、处理、忽略、删除与导出功能
4. 每分钟自动刷新告警状态检查
This commit is contained in:
2026-06-08 10:05:52 +08:00
parent 47b3fb24b7
commit 857a3948d6
4 changed files with 475 additions and 0 deletions

View File

@@ -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' }
}
],
},