From 0124bb334e5d7ae1774c26d1925e0e94a6ba3b0d Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期四, 02 一月 2025 11:00:05 +0800 Subject: [PATCH] 整理PlayBar.vue组件,提取 useInputEvent --- src/views/types/processDrawing/index.ts | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/src/views/types/processDrawing/index.ts b/src/views/types/processDrawing/index.ts index d91bdc6..ea13a7c 100644 --- a/src/views/types/processDrawing/index.ts +++ b/src/views/types/processDrawing/index.ts @@ -58,3 +58,17 @@ [ConvertTypeEnum.Null]: '鏃�', [ConvertTypeEnum.Dict]: '瀛楀吀', }; +// 涓氬姟鍒嗙被 +export enum classificationEnum { + /** @description 涓氬姟 */ + Business = 1, + /** @description 鍔炲叕 */ + Office = 2, + /** @description 鐭ヨ瘑 */ + Knowledge = 3, +} +export const OptClassificationMap = { + [classificationEnum.Business]: '涓氬姟鍦烘櫙', + [classificationEnum.Office]: '鍔炲叕鍔╂墜', + [classificationEnum.Knowledge]: '鐭ヨ瘑搴�', +}; -- Gitblit v1.9.3