|
@ -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 }, |
|
|
}, |
|
|
}, |
|
|