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:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user