diff --git a/src/views/wms/basicDataManage/labelManage/productionLineLabel/productionLineLabel.data.ts b/src/views/wms/basicDataManage/labelManage/productionLineLabel/productionLineLabel.data.ts index 308e0d512..ba8976e84 100644 --- a/src/views/wms/basicDataManage/labelManage/productionLineLabel/productionLineLabel.data.ts +++ b/src/views/wms/basicDataManage/labelManage/productionLineLabel/productionLineLabel.data.ts @@ -46,7 +46,7 @@ export const Package = useCrudSchemas(reactive([ } }, { - label: '库位代码', + label: '生产线代码', field: 'relateNumber', sort: 'custom', table: { @@ -54,8 +54,8 @@ export const Package = useCrudSchemas(reactive([ } }, { - label: '库位名称', - field: 'locationName', + label: '生产线名称', + field: 'productionlineName', sort: 'custom', table: { width: 210