From a6a9d5611d19325ff9d6d6db1bc8a2c4489f53e5 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期五, 11 四月 2025 17:22:52 +0800 Subject: [PATCH] Merge branch 'master' of http://120.26.58.240:8888/r/12333GovernmentWeb --- 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..b9ef48f 100644 --- a/src/constants/enterpriseMaterial.ts +++ b/src/constants/enterpriseMaterial.ts @@ -109,3 +109,29 @@ ...EnterpriseMaterialFileBusinessTypeEnumText, ...DutiableFileBusinessTypeEnumText, }; + +export enum AuthType { + /** + * 浜鸿祫鍏徃 + */ + HumanResourceCompany = 10, + /** + * 琛屼笟閰嶅鏈嶅姟鍏徃 + */ + IndustryMating = 20, + /** + * 鐢ㄥ伐鍗曚綅 + */ + Employers = 30, + /** + * 琛屼笟鏈烘瀯 + */ + IndustryBody = 40, +} + +export const AuthTypeText = { + [AuthType.HumanResourceCompany]: '浜鸿祫鍏徃', + [AuthType.IndustryMating]: '閰嶅鏈嶅姟鍟�', + [AuthType.Employers]: '鐢叉柟鍗曚綅', + [AuthType.IndustryBody]: '琛屼笟鏈烘瀯', +}; -- Gitblit v1.9.1