From 519f3a8da042893d64d5faab697561b5a1c4d6db Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期四, 07 八月 2025 13:36:37 +0800
Subject: [PATCH] fix: 修改字典

---
 src/constants/dic.ts |   49 ++++++++++++++++++++++++++++++++++---------------
 1 files changed, 34 insertions(+), 15 deletions(-)

diff --git a/src/constants/dic.ts b/src/constants/dic.ts
index 3ad3406..d3a9a27 100644
--- a/src/constants/dic.ts
+++ b/src/constants/dic.ts
@@ -1,23 +1,42 @@
-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',
 }
 
-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',
+}

--
Gitblit v1.9.1