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'