From b0855cc70bb7f58673cefce879c26c46a57d03f0 Mon Sep 17 00:00:00 2001 From: caiyuchao Date: Sat, 26 Jul 2025 14:56:48 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=AD=97=E5=85=B8=E5=B8=B8?= =?UTF-8?q?=E9=87=8F=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/src/utils/dict.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/web-antd/src/utils/dict.ts b/apps/web-antd/src/utils/dict.ts index 2e070d9..b28773e 100644 --- a/apps/web-antd/src/utils/dict.ts +++ b/apps/web-antd/src/utils/dict.ts @@ -263,7 +263,11 @@ enum DICT_TYPE { LIC_BUSINESS_STATUS = 'lic_business_status', // 商务状态 LIC_CUSTOMER_TYPE = 'lic_customer_type', // 客户类型 LIC_LICENSE_STATUS = 'lic_license_status', // License 状态 - LIC_NE_LIST = 'lic_ne_list', // NE 列表 + LIC_NE_4G = 'lic_ne_4g', // NE 列表 4G + LIC_NE_5G = 'lic_ne_5g', // NE 列表 5G + LIC_NE_23G = 'lic_ne_23g', // NE 列表 2/3G + LIC_NE_ADD = 'lic_ne_add', // NE 列表 增值业务 + LIC_NE_ALL = 'lic_ne_all', // NE 列表 一体化 LIC_PROJECT_STATUS = 'lic_project_status', // 项目状态 MEMBER_EXPERIENCE_BIZ_TYPE = 'member_experience_biz_type', // 会员经验业务类型 // ========== Member 会员模块 ==========