diff --git a/apps/web-antd/src/views/system/user/data.tsx b/apps/web-antd/src/views/system/user/data.tsx index 7b72dad7..f4a1cbf5 100644 --- a/apps/web-antd/src/views/system/user/data.tsx +++ b/apps/web-antd/src/views/system/user/data.tsx @@ -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',