Browse Source

规格型号变成不可输入

master
张立 1 month ago
parent
commit
99bc86cdfa
  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 width: 150
}, },
isTableForm: true, isTableForm: true,
form: {
componentProps: {
disabled: true
}
},
tableForm: { tableForm: {
disabled: true disabled: true
} }

Loading…
Cancel
Save