Browse Source

新增必填属性

master
zhouhaibin 4 days ago
parent
commit
30bee98cc1
  1. 2
      src/views/projectLib/projectInfo/projectInfo.data.ts

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

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

Loading…
Cancel
Save