From 4b4ea3eb2d0030faefae8ef0573e519d18c118a9 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期五, 11 四月 2025 16:05:38 +0800 Subject: [PATCH] fix: s --- 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