fix: 统一长度单位显示为米并优化CoilInfo组件
将多处长度单位从毫米(mm)改为米(m),保持单位统一 重构CoilInfo组件为动态字段配置模式,提升可维护性 移除未使用的CoilInfoRender组件引用
This commit is contained in:
@@ -126,8 +126,9 @@ export default {
|
||||
{ label: '厂家', prop: 'itemManufacturer' },
|
||||
{ label: '调制度', prop: 'temperGrade' },
|
||||
{ label: '镀层种类', prop: 'coatingType' },
|
||||
{ label: '实测长度(mm)', prop: 'actualLength' },
|
||||
{ label: '实测长度(m)', prop: 'actualLength' },
|
||||
{ label: '实测宽度(mm)', prop: 'actualWidth' },
|
||||
{ label: '实测厚度(mm)', prop: 'actualThickness' },
|
||||
],
|
||||
title: '详细信息'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user