From 3da60dd7cebb80b5d0d609326972e828dc01d95a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=BE=E5=BA=86=E6=BA=90?= Date: Tue, 13 May 2025 14:34:25 +0800 Subject: [PATCH] =?UTF-8?q?[SBBJ-971]pc=E5=A4=87=E4=BB=B6=E7=94=B3?= =?UTF-8?q?=E9=A2=86=E9=80=89=E6=8B=A9=E6=88=90=E6=9C=AC=E4=B8=AD=E5=BF=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/eam/item/itemApplyMain/itemApplyMain.data.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/views/eam/item/itemApplyMain/itemApplyMain.data.ts b/src/views/eam/item/itemApplyMain/itemApplyMain.data.ts index d85ddf2..0686b89 100644 --- a/src/views/eam/item/itemApplyMain/itemApplyMain.data.ts +++ b/src/views/eam/item/itemApplyMain/itemApplyMain.data.ts @@ -80,10 +80,15 @@ export const ItemApplyMain = useCrudSchemas(reactive([ }, { label: '描述', + field: 'costCenter', + sort: 'custom', + }, + { + label: '成本中心', field: 'name', sort: 'custom', + dictType: DICT_TYPE.CENTER_SUBJECT_MAP_DEPT, }, - { label: '创建时间', field: 'createTime',