fix: 统一长度单位显示为米并优化CoilInfo组件
将多处长度单位从毫米(mm)改为米(m),保持单位统一 重构CoilInfo组件为动态字段配置模式,提升可维护性 移除未使用的CoilInfoRender组件引用
This commit is contained in:
@@ -740,7 +740,6 @@ import { listTransferOrderItem } from '@/api/wms/transferOrderItem'
|
||||
// 查询技术部改判调拨的记录
|
||||
import { listCoilQualityRejudge } from '@/api/wms/coilQualityRejudge'
|
||||
|
||||
import CoilInfoRender from '@/views/wms/coil/components/CoilInfo.vue';
|
||||
import AbnormalTable from '@/views/wms/coil/components/AbnormalTable.vue';
|
||||
import FileList from "@/components/FileList";
|
||||
|
||||
@@ -748,7 +747,6 @@ import FileList from "@/components/FileList";
|
||||
export default {
|
||||
name: 'CoilInfo',
|
||||
components: {
|
||||
CoilInfoRender,
|
||||
AbnormalTable,
|
||||
FileList
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user