Compare commits
6 Commits
merge_1.3
...
58449fc2f9
| Author | SHA1 | Date | |
|---|---|---|---|
| 58449fc2f9 | |||
| 4c541f43b9 | |||
| 9a037ae446 | |||
| bb0eb60eae | |||
| fc6640b846 | |||
| 8914c8b143 |
@@ -2,9 +2,7 @@
|
|||||||
| | | | ____| /\ | | |__ __| | | | | |_ _| \ | | |/ / | | | |_ _|/ ____|
|
| | | | ____| /\ | | |__ __| | | | | |_ _| \ | | |/ / | | | |_ _|/ ____|
|
||||||
| |__| | |__ / \ | | | | | |__| | | | | | \| | ' /_____| |__| | | | | (___
|
| |__| | |__ / \ | | | | | |__| | | | | | \| | ' /_____| |__| | | | | (___
|
||||||
| __ | __| / /\ \ | | | | | __ | | | | | . ` | <______| __ | | | \___ \
|
| __ | __| / /\ \ | | | | | __ | | | | | . ` | <______| __ | | | \___ \
|
||||||
| | | | |____ / ____ \| |____| | | | | | |____ _| |_| |\ | . \ | | | |_| |_ ____) |
|
| | | |____ / ____ \| |____| | | | | | |____ _| |_| |\ | . \ | | | |_| |_ ____) |
|
||||||
|_| |_|______/_/ \_\______|_| |_| |_|______|_____|_| \_|_|\_\ |_| |_|_____|_____/
|
|_| |_|______/_/ \_\______|_| |_| |_|______|_____|_| \_|_\ \ |_| |_|_____|_____/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Application Version: ${core.version}
|
Application Version: ${core.version}
|
||||||
|
|||||||
@@ -91,7 +91,7 @@ export const constantRoutes = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/tpr',
|
path: '/tpr',
|
||||||
component: () => import('@/views/inpatientNurse/tprSheet/index.vue'),
|
component: () => import('@/views/inpatientNurse/tprsheet/index.vue'),
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
@@ -981,7 +981,7 @@ import {
|
|||||||
checkServicesHistory,
|
checkServicesHistory,
|
||||||
} from '../api';
|
} from '../api';
|
||||||
import { getAdjustPriceSwitchState } from '@/api/public';
|
import { getAdjustPriceSwitchState } from '@/api/public';
|
||||||
import adviceBaseList from '../advicebaselist';
|
import adviceBaseList from '../adviceBaseList.vue';
|
||||||
import { computed, getCurrentInstance, nextTick, ref, watch } from 'vue';
|
import { computed, getCurrentInstance, nextTick, ref, watch } from 'vue';
|
||||||
import { calculateQuantityByDays, formatNumber } from '@/utils/his';
|
import { calculateQuantityByDays, formatNumber } from '@/utils/his';
|
||||||
import OrderGroupDrawer from './orderGroupDrawer';
|
import OrderGroupDrawer from './orderGroupDrawer';
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
<script setup>
|
<script setup>
|
||||||
import { computed } from 'vue';
|
import { computed } from 'vue';
|
||||||
import inPatientBarDoctorFold from '@/components/patientBar/inPatientBarDoctorFold.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 { patientInfo, updatePatientInfo } from '@/views/inpatientNurse/components/store/patient';
|
||||||
import PatientList from '@/components/PatientList/patient-list.vue';
|
import PatientList from '@/components/PatientList/patient-list.vue';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user