From 650a84730f4418ebbcdc58bbadd4d56f5dd3c8fd Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期四, 07 八月 2025 14:01:40 +0800 Subject: [PATCH] Merge branch 'master' of http://120.26.58.240:8888/r/flexJobAdmin --- src/constants/enterprise.ts | 60 +++++++++++++++--------------------------------------------- 1 files changed, 15 insertions(+), 45 deletions(-) diff --git a/src/constants/enterprise.ts b/src/constants/enterprise.ts index d29b9a7..dca7bda 100644 --- a/src/constants/enterprise.ts +++ b/src/constants/enterprise.ts @@ -14,25 +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 VerifyStatus { @@ -71,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 { @@ -118,3 +79,12 @@ [ChargeTypeEnum.Group]: '缁勫悎璁¤垂', [ChargeTypeEnum.Merge]: '涓�鍙d环', }; + +export const IsRealText = { + false: '鏈疄鍚�', + true: '宸插疄鍚�', +}; +export const IsConfiguredText = { + false: '鏈厤缃�', + true: '宸查厤缃�', +}; -- Gitblit v1.9.1