feat(coil): 添加钢卷加工流程图组件并优化界面

- 新增ProcessFlow组件展示钢卷加工流程
- 在base面板中添加流程图显示开关
- 调整DragResizeBox的z-index确保显示层级
- 修复部分样式问题和代码格式
- 更新字典项从warehouse_sync改为wms_next_warehouse
This commit is contained in:
砂糖
2026-03-24 10:51:09 +08:00
parent 74cf838844
commit e76799f4e0
4 changed files with 187 additions and 15 deletions

View File

@@ -34,7 +34,7 @@ export default {
labelType: '2',
hideType: false,
showControl: false,
showAbnormal: true,
showAbnormal: false,
}
}
}