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}
|
||||
|
||||
@@ -91,7 +91,7 @@ export const constantRoutes = [
|
||||
},
|
||||
{
|
||||
path: '/tpr',
|
||||
component: () => import('@/views/inpatientNurse/tprSheet/index.vue'),
|
||||
component: () => import('@/views/inpatientNurse/tprsheet/index.vue'),
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
@@ -981,7 +981,7 @@ import {
|
||||
checkServicesHistory,
|
||||
} from '../api';
|
||||
import { getAdjustPriceSwitchState } from '@/api/public';
|
||||
import adviceBaseList from '../advicebaselist';
|
||||
import adviceBaseList from '../adviceBaseList.vue';
|
||||
import { computed, getCurrentInstance, nextTick, ref, watch } from 'vue';
|
||||
import { calculateQuantityByDays, formatNumber } from '@/utils/his';
|
||||
import OrderGroupDrawer from './orderGroupDrawer';
|
||||
|
||||
@@ -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