diff --git a/src/views/wms/basicDataManage/labelManage/locationLabel/locationLabel.data.ts b/src/views/wms/basicDataManage/labelManage/locationLabel/locationLabel.data.ts index 533068257..308e0d512 100644 --- a/src/views/wms/basicDataManage/labelManage/locationLabel/locationLabel.data.ts +++ b/src/views/wms/basicDataManage/labelManage/locationLabel/locationLabel.data.ts @@ -46,13 +46,21 @@ export const Package = useCrudSchemas(reactive([ } }, { - label: '关联号', + label: '库位代码', field: 'relateNumber', sort: 'custom', table: { width: 210 } }, + { + label: '库位名称', + field: 'locationName', + sort: 'custom', + table: { + width: 210 + } + }, { label: '标签条码字符串', field: 'barcodeString',