From 2a681aed4c274560c04ab3699a4ace88abefcb90 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期五, 08 八月 2025 18:16:21 +0800
Subject: [PATCH] fix: 修改

---
 src/constants/enterprise.ts |   76 +++++++------------------------------
 1 files changed, 15 insertions(+), 61 deletions(-)

diff --git a/src/constants/enterprise.ts b/src/constants/enterprise.ts
index 2baa33d..dca7bda 100644
--- a/src/constants/enterprise.ts
+++ b/src/constants/enterprise.ts
@@ -14,41 +14,9 @@
 }
 
 export const EnterpriseConfigureTypeText = {
-  [EnterpriseConfigureType.Bank]: '閾惰淇℃伅閰嶇疆',
+  // [EnterpriseConfigureType.Bank]: '閾惰淇℃伅閰嶇疆',
   [EnterpriseConfigureType.Electronic]: '鐢靛瓙绛鹃厤缃�',
   [EnterpriseConfigureType.ShortMessage]: '鐭俊閫氶亾閰嶇疆',
-};
-
-export enum FlexEnterpriseSettingStatus {
-  /**
-   * 鏈厤缃�
-   */
-  NotSetting = -10,
-  /**
-   * 宸查厤缃�
-   */
-  IsSetting = 10,
-}
-
-export const FlexEnterpriseSettingStatusText = {
-  [FlexEnterpriseSettingStatus.NotSetting]: '鏈厤缃�',
-  [FlexEnterpriseSettingStatus.IsSetting]: '宸查厤缃�',
-};
-
-export enum FlexEnterpriseStatus {
-  /**
-   * 鍐荤粨
-   */
-  Frozen = -10,
-  /**
-   * 姝e父
-   */
-  Normal = 10,
-}
-
-export const FlexEnterpriseStatusText = {
-  [FlexEnterpriseStatus.Frozen]: '鍐荤粨',
-  [FlexEnterpriseStatus.Normal]: '姝e父',
 };
 
 export enum VerifyStatus {
@@ -87,36 +55,13 @@
   [FlexEnterpriseCertificationStatus.HasCertification]: '宸茶璇�',
 };
 
-export enum MessageChannelEnum {
-  /**
-   * 闃块噷浜�
-   */
-  Alipay = 10,
-  /**
-   * 缃戞槗
-   */
-  NetEasy = 20,
-}
-
-export const MessageChannelEnumText = {
-  [MessageChannelEnum.Alipay]: '闃块噷浜�',
-  [MessageChannelEnum.NetEasy]: '缃戞槗',
+export const EnumSmsAccessText = {
+  [EnumSmsAccess.AliyunSms]: '闃块噷浜�',
 };
 
-export enum SignChannelEnum {
-  /**
-   * 涓婁笂绛�
-   */
-  BestSign = 10,
-  /**
-   * 鏀粯瀹濈數瀛愮
-   */
-  Alipay = 20,
-}
-
-export const SignChannelEnumText = {
-  [SignChannelEnum.BestSign]: '涓婁笂绛�',
-  [SignChannelEnum.Alipay]: '鏀粯瀹濈數瀛愮',
+export const EnumRealAccessText = {
+  [EnumRealAccess.BestSign]: '涓婁笂绛�',
+  [EnumRealAccess.AlipaySign]: '鏀粯瀹濈數瀛愮',
 };
 
 export enum ChargeTypeEnum {
@@ -134,3 +79,12 @@
   [ChargeTypeEnum.Group]: '缁勫悎璁¤垂',
   [ChargeTypeEnum.Merge]: '涓�鍙d环',
 };
+
+export const IsRealText = {
+  false: '鏈疄鍚�',
+  true: '宸插疄鍚�',
+};
+export const IsConfiguredText = {
+  false: '鏈厤缃�',
+  true: '宸查厤缃�',
+};

--
Gitblit v1.9.1