From 97334831995a7a442af237dd44eaf3fc7edc120b Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期五, 12 十二月 2025 19:59:49 +0800
Subject: [PATCH] feat: 新增渠道包
---
src/constants/enterprise.ts | 24 ++++++++++++++++++------
1 files changed, 18 insertions(+), 6 deletions(-)
diff --git a/src/constants/enterprise.ts b/src/constants/enterprise.ts
index 3d83d06..d031394 100644
--- a/src/constants/enterprise.ts
+++ b/src/constants/enterprise.ts
@@ -24,9 +24,22 @@
* 寰俊鏀粯閰嶇疆
*/
Wechat = 5,
+ /**
+ * 淇濋櫓浜у搧閰嶇疆
+ */
+ InsureProduct = 6,
}
-export const EnterpriseConfigureTypeText = {
+export const EnterpriseConfigureTypeTextSupplier = {
+ [EnterpriseConfigureType.Bank]: '閾惰淇℃伅閰嶇疆',
+ [EnterpriseConfigureType.AliPay]: '鏀粯瀹濋厤缃�',
+ [EnterpriseConfigureType.Electronic]: '鐢靛瓙绛鹃厤缃�',
+ [EnterpriseConfigureType.ShortMessage]: '鐭俊閫氶亾閰嶇疆',
+ [EnterpriseConfigureType.Wechat]: '寰俊鏀粯閰嶇疆',
+ [EnterpriseConfigureType.InsureProduct]: '淇濋櫓浜у搧閰嶇疆',
+};
+
+export const EnterpriseConfigureTypeTextPartA = {
[EnterpriseConfigureType.Bank]: '閾惰淇℃伅閰嶇疆',
[EnterpriseConfigureType.AliPay]: '鏀粯瀹濋厤缃�',
[EnterpriseConfigureType.Electronic]: '鐢靛瓙绛鹃厤缃�',
@@ -84,6 +97,10 @@
[EnumRealAccess.AlipaySign]: '鏀粯瀹濅俊浠荤',
};
+export const EnumInsuranceSupplierAccessText = {
+ [EnumInsuranceSupplierAccess.WaterDropCloud]: '浜鸿祫鍥�',
+};
+
export enum ChargeTypeEnum {
/**
* 缁勫悎璁¤垂
@@ -123,9 +140,4 @@
[EnumEnterpriseWalletExpandindirectOrderStatus.INVALID]: '瀹℃壒涓嶉�氳繃',
[EnumEnterpriseWalletExpandindirectOrderStatus.DISUSE]: '宸插簾寮�',
[EnumEnterpriseWalletExpandindirectOrderStatus.REVOKED]: '宸叉挙閿�',
-};
-
-export const EnumEnterpriseTypeText = {
- [EnumEnterpriseType.Supplier]: '鎵挎徑',
- [EnumEnterpriseType.PartyA]: '鐢叉柟',
};
--
Gitblit v1.9.1