From eaf9c983b41f2c1fe682526eab131999f84fb8fe Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期一, 20 十月 2025 15:47:35 +0800
Subject: [PATCH] feat: 页面
---
src/constants/enterpriseMaterial.ts | 26 ++++++++++++++++++++++++++
1 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/src/constants/enterpriseMaterial.ts b/src/constants/enterpriseMaterial.ts
index 88f2eb5..6b81ea6 100644
--- a/src/constants/enterpriseMaterial.ts
+++ b/src/constants/enterpriseMaterial.ts
@@ -109,3 +109,29 @@
...EnterpriseMaterialFileBusinessTypeEnumText,
...DutiableFileBusinessTypeEnumText,
};
+
+export enum EnterpriseType {
+ /**
+ * 浜哄姏璧勬簮鍏徃
+ */
+ HREnterprise = 10,
+ /**
+ * 鐢叉柟浼佷笟
+ */
+ FirstPartyCompany = 20,
+ /**
+ * 琛屼笟閰嶅
+ */
+ IndustryMating = 30,
+ /**
+ * 琛屼笟鏈烘瀯
+ */
+ IndustryBody = 40,
+}
+
+export const EnterpriseTypeText = {
+ [EnterpriseType.HREnterprise]: '浜鸿祫鍏徃',
+ [EnterpriseType.FirstPartyCompany]: '鐢叉柟浼佷笟',
+ [EnterpriseType.IndustryMating]: '琛屼笟閰嶅',
+ [EnterpriseType.IndustryBody]: '琛屼笟鏈烘瀯',
+};
--
Gitblit v1.9.1