fix: wrong dict
This commit is contained in:
parent
1b780d65c5
commit
03ea227f1f
@ -85,7 +85,7 @@ export const drawerSchema: FormSchemaGetter = () => [
|
|||||||
component: 'RadioGroup',
|
component: 'RadioGroup',
|
||||||
componentProps: {
|
componentProps: {
|
||||||
buttonStyle: 'solid',
|
buttonStyle: 'solid',
|
||||||
options: getDictOptions(DictEnum.SYS_COMMON_STATUS),
|
options: getDictOptions(DictEnum.SYS_NORMAL_DISABLE),
|
||||||
optionType: 'button',
|
optionType: 'button',
|
||||||
},
|
},
|
||||||
defaultValue: '0',
|
defaultValue: '0',
|
||||||
|
Loading…
Reference in New Issue
Block a user