|
@@ -4,7 +4,6 @@
|
|
|
<huan-zhe-xin-xi :huan-zhe-xin-xi="patientInfo" v-if="patientInfo"/>
|
|
|
</div>
|
|
|
<emr-main :huan-zhe-xin-xi="patientInfo" :max-height="maxHeight" v-if="path === 'emr'"/>
|
|
|
- <tian-jia-yi-zhu v-if="path === 'yzOrder'" :patient-info="patientInfo"/>
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
@@ -13,7 +12,6 @@ import EmrMain from "@/views/hospitalization/zhu-yuan-yi-sheng/electronic-medica
|
|
|
import {getPatientInfo} from "@/api/inpatient/patient";
|
|
|
import router from "@/router";
|
|
|
import HuanZheXinXi from "@/components/zhu-yuan-yi-sheng/HuanZheXinXi.vue";
|
|
|
-import TianJiaYiZhu from "@/views/hospitalization/zhu-yuan-yi-sheng/yi-zhu-lu-ru/TianJiaYiZhu.vue";
|
|
|
import {ElMessageBox} from "element-plus";
|
|
|
|
|
|
let show = $ref(false)
|