From 6ff1d0903a7adda6d4a97c189d38b20a2ac777f9 Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期五, 20 九月 2024 17:50:37 +0800 Subject: [PATCH] 拆机界面 设备详情显示 --- src/utils/dict.ts | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/utils/dict.ts b/src/utils/dict.ts index cdc7547..eef69ba 100644 --- a/src/utils/dict.ts +++ b/src/utils/dict.ts @@ -145,6 +145,10 @@ // ========== ECG 妯″潡 ========== ECG_BOOK_TIMESLOT = 'ecg_book_timeslot', ECG_CHECK_TYPE = 'ecg_check_type', + ECG_BOOK_SRC = 'ecg_book_src', + ECG_QUEUE_STATUS = 'ecg_queue_status', + ECG_DEV_BRAND = 'ecg_dev_brand', + ECG_DEV_CATEGORY = 'ecg_dev_category', // ========== BPM 妯″潡 ========== BPM_MODEL_FORM_TYPE = 'bpm_model_form_type', -- Gitblit v1.9.3