From 301c54de08c6a19b3473a58f756c1c30970f29dd Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期三, 06 八月 2025 17:38:58 +0800 Subject: [PATCH] feat: 字典 --- src/constants/enum.ts | 17 ----------------- 1 files changed, 0 insertions(+), 17 deletions(-) diff --git a/src/constants/enum.ts b/src/constants/enum.ts index 6cc4c11..d0aa578 100644 --- a/src/constants/enum.ts +++ b/src/constants/enum.ts @@ -17,23 +17,6 @@ Town, } -// 鏁版嵁鍙鑼冨洿 -export enum DataRangeEnum { - /** - * 鍏ㄩ儴鏁版嵁 - */ - All = 100, - /** - * 涓汉鏁版嵁 - */ - Person = 10, -} - -export const DataRangeEnumText = { - [DataRangeEnum.All]: '鍏ㄩ儴鏁版嵁', - [DataRangeEnum.Person]: '涓汉鏁版嵁', -}; - export enum AuthorizeType { Role = 1, User, -- Gitblit v1.9.1