Browse Source

生产线标签列表和明细页面生产线名称不显示

intex_online20250427
叶佳兴 4 days ago
parent
commit
8c79706acf
  1. 6
      src/views/wms/basicDataManage/labelManage/productionLineLabel/productionLineLabel.data.ts

6
src/views/wms/basicDataManage/labelManage/productionLineLabel/productionLineLabel.data.ts

@ -46,7 +46,7 @@ export const Package = useCrudSchemas(reactive<CrudSchema[]>([
} }
}, },
{ {
label: '库位代码', label: '生产线代码',
field: 'relateNumber', field: 'relateNumber',
sort: 'custom', sort: 'custom',
table: { table: {
@ -54,8 +54,8 @@ export const Package = useCrudSchemas(reactive<CrudSchema[]>([
} }
}, },
{ {
label: '库位名称', label: '生产线名称',
field: 'locationName', field: 'productionlineName',
sort: 'custom', sort: 'custom',
table: { table: {
width: 210 width: 210

Loading…
Cancel
Save