Compare commits
2 Commits
882e8c9199
...
22a1ac57b2
| Author | SHA1 | Date | |
|---|---|---|---|
| 22a1ac57b2 | |||
| 4d243815a6 |
@@ -4,6 +4,7 @@
|
|||||||
* @Description: 申请单 (检验、检查、输血、手术)
|
* @Description: 申请单 (检验、检查、输血、手术)
|
||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
|
<div>
|
||||||
<div class="applicationForm-bottom-btn">
|
<div class="applicationForm-bottom-btn">
|
||||||
<el-button-group>
|
<el-button-group>
|
||||||
<el-button
|
<el-button
|
||||||
@@ -52,13 +53,14 @@
|
|||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</el-dialog>
|
</el-dialog>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script setup>
|
<script setup>
|
||||||
import { getCurrentInstance, onBeforeMount, onMounted, reactive, ref, computed } from 'vue';
|
import { getCurrentInstance, onBeforeMount, onMounted, reactive, ref, computed } from 'vue';
|
||||||
import BloodTransfusion from './bloodTransfusion';
|
import BloodTransfusion from './bloodTransfusion';
|
||||||
import { patientInfo } from '../../../store/patient.js';
|
import { patientInfo } from '../../../store/patient.js';
|
||||||
import Surgery from './surgery.vue';
|
import Surgery from './surgery.vue';
|
||||||
import laboratoryTests from './laboratoryTests.vue';
|
import LaboratoryTests from './laboratoryTests.vue';
|
||||||
import MedicalExaminations from './medicalExaminations.vue';
|
import MedicalExaminations from './medicalExaminations.vue';
|
||||||
const { proxy } = getCurrentInstance();
|
const { proxy } = getCurrentInstance();
|
||||||
const emits = defineEmits([]);
|
const emits = defineEmits([]);
|
||||||
|
|||||||
Reference in New Issue
Block a user