mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-22 04:28:58 +08:00
fix: wrong dict
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user