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 | 19 ++++++++++++++++++-
1 files changed, 18 insertions(+), 1 deletions(-)
diff --git a/src/constants/enterprise.ts b/src/constants/enterprise.ts
index be49de0..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 {
/**
* 缁勫悎璁¤垂
--
Gitblit v1.9.1