From 03ffdd67fc4c40f3e9443931a0aa55e508182873 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期三, 06 八月 2025 17:00:06 +0800 Subject: [PATCH] feat: 字典 --- src/constants/dic.ts | 23 +++++++---------------- 1 files changed, 7 insertions(+), 16 deletions(-) diff --git a/src/constants/dic.ts b/src/constants/dic.ts index 3ad3406..534792d 100644 --- a/src/constants/dic.ts +++ b/src/constants/dic.ts @@ -1,23 +1,14 @@ -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]: '琛屼笟绫诲瀷', -}; -- Gitblit v1.9.1