Browse Source

修改

master_hella_20240701
zhaoxuebing 10 months ago
parent
commit
c0dad64e47
  1. 32
      src/views/wms/basicDataManage/factoryModeling/dock/dock.data.ts

32
src/views/wms/basicDataManage/factoryModeling/dock/dock.data.ts

@ -34,22 +34,6 @@ export const Dock = useCrudSchemas(reactive<CrudSchema[]>([
}, },
isSearch: true isSearch: true
}, },
{
label: '城市',
field: 'city',
sort: 'custom',
table: {
width: 150
},
},
{
label: '地址',
field: 'address',
sort: 'custom',
table: {
width: 150
},
},
{ {
label: '类型', label: '类型',
field: 'type', field: 'type',
@ -110,6 +94,22 @@ export const Dock = useCrudSchemas(reactive<CrudSchema[]>([
} }
} }
}, },
{
label: '城市',
field: 'city',
sort: 'custom',
table: {
width: 150
},
},
{
label: '地址',
field: 'address',
sort: 'custom',
table: {
width: 150
},
},
{ {
label: '联系人姓名', label: '联系人姓名',
field: 'contactPerson', field: 'contactPerson',

Loading…
Cancel
Save