2 Commits

Author SHA1 Message Date
22a1ac57b2 改回配置IP地址 2025-12-13 16:06:13 +08:00
4d243815a6 修正格式 2025-12-13 16:03:06 +08:00

View File

@@ -4,6 +4,7 @@
* @Description: 申请单 检验检查输血手术
-->
<template>
<div>
<div class="applicationForm-bottom-btn">
<el-button-group>
<el-button
@@ -52,13 +53,14 @@
</div>
</template>
</el-dialog>
</div>
</template>
<script setup>
import { getCurrentInstance, onBeforeMount, onMounted, reactive, ref, computed } from 'vue';
import BloodTransfusion from './bloodTransfusion';
import { patientInfo } from '../../../store/patient.js';
import Surgery from './surgery.vue';
import laboratoryTests from './laboratoryTests.vue';
import LaboratoryTests from './laboratoryTests.vue';
import MedicalExaminations from './medicalExaminations.vue';
const { proxy } = getCurrentInstance();
const emits = defineEmits([]);