Browse Source

Merge remote-tracking branch 'origin/master'

master
zengqinyuan 1 month ago
parent
commit
14b84d3422
  1. 5
      src/views/eam/item/itemApplyMain/itemApplyMain.data.ts

5
src/views/eam/item/itemApplyMain/itemApplyMain.data.ts

@ -248,6 +248,11 @@ export const ItemApplyDetail = useCrudSchemas(reactive<CrudSchema[]>([
width: 150
},
isTableForm: true,
form: {
componentProps: {
disabled: true
}
},
tableForm: {
disabled: true
}

Loading…
Cancel
Save