From b615adbf31f30a5de2cfa1747010eeded5633540 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 15:28:19 +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, 3 insertions(+), 4 deletions(-) diff --git a/src/views/eam/item/itemApplyMain/itemApplyMain.data.ts b/src/views/eam/item/itemApplyMain/itemApplyMain.data.ts index 0686b89..297f060 100644 --- a/src/views/eam/item/itemApplyMain/itemApplyMain.data.ts +++ b/src/views/eam/item/itemApplyMain/itemApplyMain.data.ts @@ -79,13 +79,13 @@ export const ItemApplyMain = useCrudSchemas(reactive([ } }, { - label: '描述', - field: 'costCenter', + label: '申请主题', + field: 'name', sort: 'custom', }, { label: '成本中心', - field: 'name', + field: 'costCenter', sort: 'custom', dictType: DICT_TYPE.CENTER_SUBJECT_MAP_DEPT, }, @@ -368,7 +368,6 @@ export const ItemApplyDetail = useCrudSchemas(reactive([ min: 0, precision: 2 }, - isTable:false, }, { label: '可申请库存数量',