修改位置:applicationFormBottomBtn.vue 中的 import 语句。
This commit is contained in:
@@ -55,7 +55,7 @@
|
|||||||
</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.vue';
|
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';
|
||||||
|
|||||||
Reference in New Issue
Block a user