From f35680f356168af8d4a3d5f34456e561af40fbba Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期三, 24 十二月 2025 13:15:10 +0800
Subject: [PATCH] feat: 接口

---
 src/constants/enterprise.ts |   25 ++++++++++++++++++++-----
 1 files changed, 20 insertions(+), 5 deletions(-)

diff --git a/src/constants/enterprise.ts b/src/constants/enterprise.ts
index d031394..a29d83b 100644
--- a/src/constants/enterprise.ts
+++ b/src/constants/enterprise.ts
@@ -24,10 +24,10 @@
    * 寰俊鏀粯閰嶇疆
    */
   Wechat = 5,
-  /**
-   * 淇濋櫓浜у搧閰嶇疆
-   */
-  InsureProduct = 6,
+  // /**
+  //  * 淇濋櫓浜у搧閰嶇疆
+  //  */
+  // InsureProduct = 6,
 }
 
 export const EnterpriseConfigureTypeTextSupplier = {
@@ -36,7 +36,7 @@
   [EnterpriseConfigureType.Electronic]: '鐢靛瓙绛鹃厤缃�',
   [EnterpriseConfigureType.ShortMessage]: '鐭俊閫氶亾閰嶇疆',
   [EnterpriseConfigureType.Wechat]: '寰俊鏀粯閰嶇疆',
-  [EnterpriseConfigureType.InsureProduct]: '淇濋櫓浜у搧閰嶇疆',
+  // [EnterpriseConfigureType.InsureProduct]: '淇濋櫓浜у搧閰嶇疆',
 };
 
 export const EnterpriseConfigureTypeTextPartA = {
@@ -141,3 +141,18 @@
   [EnumEnterpriseWalletExpandindirectOrderStatus.DISUSE]: '宸插簾寮�',
   [EnumEnterpriseWalletExpandindirectOrderStatus.REVOKED]: '宸叉挙閿�',
 };
+
+export const EnumEnterpriseCooperationStatusText = {
+  [EnumEnterpriseCooperationStatus.None]: '鏈悎浣�',
+  [EnumEnterpriseCooperationStatus.Completed]: '宸插悎浣�',
+};
+
+export const EnumEnterpriseCooperationSignStatusText = {
+  [EnumEnterpriseCooperationSignStatus.None]: '鏈绾�',
+  [EnumEnterpriseCooperationSignStatus.Completed]: '宸茬绾�',
+};
+
+export const EnumEnterpriseCooperationServiceFeeCollectTypeText = {
+  [EnumEnterpriseCooperationServiceFeeCollectType.Rate]: '鎸夋瘮渚�',
+  [EnumEnterpriseCooperationServiceFeeCollectType.SingleTime]: '鍗曚汉鍗曟',
+};

--
Gitblit v1.10.0