From 8734e4bb226fdf3cb140103f020c1eef595481da Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期一, 04 八月 2025 14:30:22 +0800
Subject: [PATCH] 申请单类型字典更新
---
src/views/ecg/appointment/CheckItemPanel.vue | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/views/ecg/appointment/CheckItemPanel.vue b/src/views/ecg/appointment/CheckItemPanel.vue
index 98fbd46..7b63084 100644
--- a/src/views/ecg/appointment/CheckItemPanel.vue
+++ b/src/views/ecg/appointment/CheckItemPanel.vue
@@ -9,6 +9,7 @@
import { cloneDeep } from 'lodash-es'
import {hiprint} from "vue-plugin-hiprint";
import {calGender, getBookBeginTime} from "@/utils";
+import {getCheckTypeName} from "@/utils/checkTypeFormatter";
defineComponent({
name: 'CheckItemPanel'
--
Gitblit v1.9.3