feat: 新增钢卷缺陷维护功能模块

1. 新增缺陷维护页面路由与入口
2. 实现钢卷缺陷的增删改查及图片上传功能
3. 添加缺陷级别统计与分页展示
4. 集成钢卷查询与缺陷管理API
This commit is contained in:
2026-06-05 14:23:49 +08:00
parent f31ffa45dd
commit a8ca4353e7
3 changed files with 1119 additions and 0 deletions

View File

@@ -119,6 +119,12 @@
"style": {
"navigationBarTitleText": "设备巡检"
}
},
{
"path": "pages/defect/coil-defect",
"style": {
"navigationBarTitleText": "缺陷维护"
}
}
],
"globalStyle": {