`` refactor(doctorstation): 修正处方列表组件导入路径大小写问题并删除废弃的体温单组件``
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
<script setup>
|
||||
import { computed } from 'vue';
|
||||
import inPatientBarDoctorFold from '@/components/patientBar/inPatientBarDoctorFold.vue';
|
||||
import Details from './compoents/details.vue';
|
||||
import Details from './components/details.vue';
|
||||
import { patientInfo, updatePatientInfo } from '@/views/inpatientNurse/components/store/patient';
|
||||
import PatientList from '@/components/PatientList/patient-list.vue';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user