From 0fe8fba8a6977b88c827321a474a06fd0cc8d265 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B7=BB=E7=A0=96-JAVA=5CAdministrator?= <591141169@qq.com> Date: Tue, 5 Mar 2024 14:32:16 +0800 Subject: [PATCH] =?UTF-8?q?BUG=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../eam/item/itemApplyMain/itemApplyMain.data.ts | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/views/eam/item/itemApplyMain/itemApplyMain.data.ts b/src/views/eam/item/itemApplyMain/itemApplyMain.data.ts index 5046d96..f4cb95b 100644 --- a/src/views/eam/item/itemApplyMain/itemApplyMain.data.ts +++ b/src/views/eam/item/itemApplyMain/itemApplyMain.data.ts @@ -21,17 +21,23 @@ export const ItemApplyMain = useCrudSchemas(reactive([ fixed: 'left' }, }, - + { + label: '申领人', + field: 'applyName', + sort: 'custom', + isForm: false, + isSearch: false, + }, { label: '审批人', - field: 'approveId', + field: 'approveName', sort: 'custom', isForm: false, isSearch: false, }, { label: '出库人', - field: 'outId', + field: 'outName', sort: 'custom', isForm: false, isSearch: false,