From c0dad64e47f63ab31ce10e45da299b124358f538 Mon Sep 17 00:00:00 2001 From: zhaoxuebing <1291173720@qq.com> Date: Wed, 7 Feb 2024 17:03:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../factoryModeling/dock/dock.data.ts | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) 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',