Browse Source

chore: work compose

master
wangxiang 2 years ago
parent
commit
c9049ef67a
No known key found for this signature in database
GPG Key ID: 1BA7946AB6B232E4
  1. 15
      src/views/system/tenant/tenant.data.ts

15
src/views/system/tenant/tenant.data.ts

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

Loading…
Cancel
Save