Browse Source

优化联合技术审查

master
zhouhaibin 3 months ago
parent
commit
5201b5a6bc
  1. 8
      src/views/projectLib/projectInfo/projectInfo.data.ts

8
src/views/projectLib/projectInfo/projectInfo.data.ts

@ -125,9 +125,11 @@ export const searchFormSchema: FormSchema[] = [
//字段 //字段
field: 'dutyWorkplace', field: 'dutyWorkplace',
//组件 支持组件详见 components/Form/src/types/index.ts 中的 ComponentType //组件 支持组件详见 components/Form/src/types/index.ts 中的 ComponentType
component: 'Select', component: 'ApiSelect',
componentProps:{ componentProps: () => {
options:await getDutyWorkplaceOptions() return {
api: () =>getDutyWorkplaceOptions()
}
}, },
labelWidth: 'auto' labelWidth: 'auto'
}, },

Loading…
Cancel
Save