mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-17 22:12:00 +08:00
feat(oss-config): 添加YesNo常量并优化OSS配置表单
在constants/core.ts中添加YesNo常量 移除oss-config表单中多余的formItemClass属性 将TableSwitch替换为ApiSwitch并实现状态切换功能
This commit is contained in:
@@ -59,3 +59,8 @@ export const EnableStatus = {
|
||||
Enable: '0',
|
||||
Disable: '1',
|
||||
};
|
||||
|
||||
export const YesNo = {
|
||||
Yes: 'Y',
|
||||
No: 'N',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user