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