fix: 统一长度单位显示为米并优化CoilInfo组件
将多处长度单位从毫米(mm)改为米(m),保持单位统一 重构CoilInfo组件为动态字段配置模式,提升可维护性 移除未使用的CoilInfoRender组件引用
This commit is contained in:
@@ -34,7 +34,7 @@ export const APS_SHEET_TEMPLATES = [
|
||||
{ label: '成品宽度', prop: 'productWidth', width: 100, align: 'right' },
|
||||
{ label: '扎制厚度', prop: 'rollingThick', width: 100, align: 'right' },
|
||||
{ label: '标丝厚度', prop: 'markCoatThick', width: 100, align: 'right' },
|
||||
{ label: '吨钢长度区间m', prop: 'tonSteelLengthRange', minWidth: 130 },
|
||||
{ label: '吨钢长度区间(m)', prop: 'tonSteelLengthRange', minWidth: 130 },
|
||||
{ label: '数量', prop: 'planQty', width: 90, align: 'right' },
|
||||
{ label: '重量', prop: 'planWeight', width: 100, align: 'right' },
|
||||
{ label: '表面处理', prop: 'surfaceTreatment', width: 110 },
|
||||
|
||||
Reference in New Issue
Block a user