From 2a681aed4c274560c04ab3699a4ace88abefcb90 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期五, 08 八月 2025 18:16:21 +0800 Subject: [PATCH] fix: 修改 --- src/constants/dic.ts | 67 ++++++++++++++++++++++++++------- 1 files changed, 52 insertions(+), 15 deletions(-) diff --git a/src/constants/dic.ts b/src/constants/dic.ts index 3ad3406..41e3e90 100644 --- a/src/constants/dic.ts +++ b/src/constants/dic.ts @@ -1,23 +1,60 @@ -export enum SearchType { +export enum CategoryCode { /**韬唤 */ - Identity = 210, + Identity = '10', /**瀛﹀巻 */ - Education = 220, + Education = '20', /**宀椾綅 */ - Position = 230, + Position = '30', /**璇佷功绫诲瀷 */ - CertificateType = 240, + CertificateType = '40', /**绂忓埄 */ - Welfare = 250, + Welfare = '50', /**琛屼笟绫诲瀷 */ - IndustryCategory = 260, + IndustryCategory = '60', + /**琛屾斂鍦板尯 */ + Area = '70', } -export const SearchTypeText = { - [SearchType.Identity]: '韬唤', - [SearchType.Education]: '瀛﹀巻', - [SearchType.Position]: '宀椾綅', - [SearchType.CertificateType]: '璇佷功绫诲瀷', - [SearchType.Welfare]: '绂忓埄', - [SearchType.IndustryCategory]: '琛屼笟绫诲瀷', -}; +export enum IdentityCodeEnum { + /**瀛︾敓 */ + Student = '10-10', + /**闈炲鐢� */ + NotStudent = '10-20', +} + +export enum EducationCodeEnum { + /**鍒濅腑浠ヤ笅 */ + UnderPrimarySchool = '20-10', + /**鍒濅腑 */ + PrimarySchool = '20-20', + /**楂樹腑 */ + HighSchool = '20-30', + /**涓笓 */ + JuniorCollege = '20-40', + /**鎶�鏍� */ + TechnicalSchool = '20-50', + /**涓亴 */ + JuniorHighSchool = '20-60', + /**楂樿亴 */ + SeniorHighSchool = '20-70', + /**鏈 */ + Undergraduate = '20-80', + /**鏈浠ヤ笂 */ + UndergraduateAndAbove = '20-90', +} + +export enum CertificateTypeCodeEnum { + /**鍋ュ悍璇� */ + HealthCertificate = '40-10', +} + +export enum WelfareCodeEnum { + /**鍖呴 */ + Meal = '50-10', + /**鍖呬綇瀹� */ + Accommodation = '50-20', + /**浜ら�氳ˉ璐� */ + TransportationSubsidies = '50-30', + /**楂樻俯琛ヨ创 */ + HighTemperatureSubsidies = '50-40', +} -- Gitblit v1.9.1