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: '操作',