diff --git a/src/views/eam/item/itemApplyMain/itemApplyMain.data.ts b/src/views/eam/item/itemApplyMain/itemApplyMain.data.ts index 8aaa7d5..eff931a 100644 --- a/src/views/eam/item/itemApplyMain/itemApplyMain.data.ts +++ b/src/views/eam/item/itemApplyMain/itemApplyMain.data.ts @@ -248,6 +248,11 @@ export const ItemApplyDetail = useCrudSchemas(reactive([ width: 150 }, isTableForm: true, + form: { + componentProps: { + disabled: true + } + }, tableForm: { disabled: true }