WXL
2025-07-30 bc9e46d16a8f01f3a67b0aee8931264818a563e0
src/views/ecg/doctor/components/TitlePanel.vue
@@ -2,6 +2,7 @@
import {defineComponent, PropType} from "vue";
import {PatientStatisticVO, RoomBedVO} from "@/api/ecg/doctor";
import {useCheckTypeStore} from "@/store/modules/checkType";
import {getCheckTypeName} from "../../../../utils/checkTypeFormatter";
defineComponent({
  name: 'TitlePanel'