diff --git a/healthlink-his-ui/src/views/inpatientNurse/inpatientNurseStation/index.js b/healthlink-his-ui/src/views/inpatientNurse/inpatientNurseStation/index.js index c525cc457..4e7048be6 100755 --- a/healthlink-his-ui/src/views/inpatientNurse/inpatientNurseStation/index.js +++ b/healthlink-his-ui/src/views/inpatientNurse/inpatientNurseStation/index.js @@ -21,6 +21,8 @@ import DischargedManagement from '@/views/inpatientNurse/dischargedManagement/in import InpatientRecord from '@/views/inpatientDoctor/home/emr/index.vue'; // 滚费配置 import RollFee from '@/views/inpatientNurse/rollFee/index.vue'; +// 退药管理 +import MedicineReturn from '@/views/inpatientNurse/medicineReturn/index.vue'; // 危重记录 import Criticalrecord from '@/views/inpatientNurse/nursingstatistics/criticalrecord.vue';