diff --git a/src/views/wms/basicDataManage/factoryModeling/dock/dock.data.ts b/src/views/wms/basicDataManage/factoryModeling/dock/dock.data.ts index 660230aa1..cbd6b2916 100644 --- a/src/views/wms/basicDataManage/factoryModeling/dock/dock.data.ts +++ b/src/views/wms/basicDataManage/factoryModeling/dock/dock.data.ts @@ -34,22 +34,6 @@ export const Dock = useCrudSchemas(reactive([ }, isSearch: true }, - { - label: '城市', - field: 'city', - sort: 'custom', - table: { - width: 150 - }, - }, - { - label: '地址', - field: 'address', - sort: 'custom', - table: { - width: 150 - }, - }, { label: '类型', field: 'type', @@ -110,6 +94,22 @@ export const Dock = useCrudSchemas(reactive([ } } }, + { + label: '城市', + field: 'city', + sort: 'custom', + table: { + width: 150 + }, + }, + { + label: '地址', + field: 'address', + sort: 'custom', + table: { + width: 150 + }, + }, { label: '联系人姓名', field: 'contactPerson',