|
|
|
@ -150,6 +150,21 @@ export const formSchema: FormSchema[] = [
@@ -150,6 +150,21 @@ export const formSchema: FormSchema[] = [
|
|
|
|
|
span: 12 |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
field: 'enabledIdentityProvider', |
|
|
|
|
label: '状态', |
|
|
|
|
component: 'RadioGroup', |
|
|
|
|
defaultValue: '0', |
|
|
|
|
componentProps: { |
|
|
|
|
options: [ |
|
|
|
|
{ label: '关闭', value: '0' }, |
|
|
|
|
{ label: '启动', value: '1' } |
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
colProps: { |
|
|
|
|
span: 12 |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: '备注', |
|
|
|
|
field: 'remarks', |
|
|
|
|