From 4b693fd86a8e929182ae7a83ac0986843f0e871c Mon Sep 17 00:00:00 2001 From: songguoqiang <765017469@qq.com> Date: Thu, 23 May 2024 14:41:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=87=E4=BB=B6=E5=8F=B0=E8=B4=A6=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E6=9F=A5=E8=AF=A2=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/eam/item/itemAccounts/itemAccounts.data.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/eam/item/itemAccounts/itemAccounts.data.ts b/src/views/eam/item/itemAccounts/itemAccounts.data.ts index 5bff202..ad6764d 100644 --- a/src/views/eam/item/itemAccounts/itemAccounts.data.ts +++ b/src/views/eam/item/itemAccounts/itemAccounts.data.ts @@ -54,6 +54,7 @@ export const ItemAccounts = useCrudSchemas( label: '备件名称', field: 'itemName', sort: 'custom', + isSearch: true, table: { width: 130 }, @@ -62,7 +63,6 @@ export const ItemAccounts = useCrudSchemas( disabled: true } }, - isSearch: false }, // { // label: '库区编号', @@ -221,7 +221,7 @@ export const ItemAccounts = useCrudSchemas( label: '规格型号', field: 'specifications', sort: 'custom', - isSearch: false, + isSearch: true, isForm: false, table: { width: 110