From 2a88d25b34de22f0091b41504641aec80075f788 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=BE=E5=BA=86=E6=BA=90?= Date: Mon, 17 Feb 2025 19:47:00 +0800 Subject: [PATCH] =?UTF-8?q?[SBBJ-808][=E5=8E=82=E5=86=85=E6=A8=A1=E5=85=B7?= =?UTF-8?q?=E5=8F=B0=E8=B4=A6=E9=A1=B5=E9=9D=A2=E6=90=9C=E7=B4=A2=E9=9A=90?= =?UTF-8?q?=E8=97=8F=20=E5=A4=96=E5=A7=94=E6=89=98=E4=BE=9B=E5=BA=94?= =?UTF-8?q?=E5=95=86=E5=AD=97=E6=AE=B5]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mold/moldAccounts/moldAccounts.data.ts | 25 +++++++++---------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/src/views/eam/mold/moldAccounts/moldAccounts.data.ts b/src/views/eam/mold/moldAccounts/moldAccounts.data.ts index 5818d2d..93d9640 100644 --- a/src/views/eam/mold/moldAccounts/moldAccounts.data.ts +++ b/src/views/eam/mold/moldAccounts/moldAccounts.data.ts @@ -55,18 +55,6 @@ export const MoldAccounts = useCrudSchemas(reactive([ fixed: 'left', }, }, - { - label: '外委托供应商', - field: 'outsourcedSuppliers', - sort: 'custom', - isSearch: true, - isForm: true, - isTable: true, - table: { - width: '150', - fixed: 'left', - }, - }, { label: '模具编号', field: 'number', @@ -329,7 +317,18 @@ export const MoldAccounts = useCrudSchemas(reactive([ isSearch: true, isForm: false, }, - + { + label: '外委托供应商', + field: 'outsourcedSuppliers', + sort: 'custom', + isSearch: true, + isForm: true, + isTable: true, + table: { + width: '150', + fixed: 'left', + }, + }, { label: '操作',