Browse Source

Merge branch 'master_hella' of http://dev.ccwin-in.com:3000/sfms3.0/sfms3.0-ui into master_hella

master_hella_20240701
parent
commit
6888c218d3
  1. 6
      src/views/qms/basicDataManage/selectedProject/selectedProject.data.ts

6
src/views/qms/basicDataManage/selectedProject/selectedProject.data.ts

@ -42,12 +42,14 @@ export const SelectedProject = useCrudSchemas(reactive<CrudSchema[]>([
isForm: true,
tableForm: {
type: 'SelectGroup',
initOptions: optionsList
initOptions: optionsList,
filterable: true,
},
form: {
component: 'Select',
componentProps: {
options: optionsList
options: optionsList,
filterable: true,
}
},

Loading…
Cancel
Save