diff --git a/src/views/projectLib/projectInfo/projectInfo.data.ts b/src/views/projectLib/projectInfo/projectInfo.data.ts index 58e8e96..239ba16 100644 --- a/src/views/projectLib/projectInfo/projectInfo.data.ts +++ b/src/views/projectLib/projectInfo/projectInfo.data.ts @@ -551,6 +551,7 @@ export const formSchemas: FormSchema[] = [ field: 'manager', //组件 支持组件详见 components/Form/src/types/index.ts 中的 ComponentType component: 'Input', + required: true, //一列占比总共24,比如一行显示2列 colProps: { span: 12 }, }, @@ -561,6 +562,7 @@ export const formSchemas: FormSchema[] = [ field: 'managerPhone', //组件 支持组件详见 components/Form/src/types/index.ts 中的 ComponentType component: 'Input', + required: true, //一列占比总共24,比如一行显示2列 colProps: { span: 12 }, },