refactor(l2): 统一轧辊字典命名并优化样式

- 将roller_type和roller_position统一重命名为main_roll_type和main_roll_position
- 移除冗余的标签显示,直接使用dict-tag组件
- 调整页面布局和样式,移除不必要的背景和边框
- 更新日志模块使用新的字典类型
- 更新hand-factory版本号至1.3.12
- 修改staging环境API地址
This commit is contained in:
砂糖
2025-11-19 16:42:36 +08:00
parent ee00290b35
commit 87daf5c180
9 changed files with 26 additions and 25 deletions

View File

@@ -224,7 +224,7 @@
coilId: coilData.coilId,
currentCoilNo: coilData.currentCoilNo,
actionType: parseInt(actionType),
actionStatus: 0, // 待处理
actionStatus: 0, // 待处理
sourceType: 'scan', // 扫码来源
scanTime: new Date().toISOString(),
scanDevice: this.getDeviceInfo(),