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: '可申请库存数量',