|
|
@@ -293,6 +293,11 @@ export const constantRoutes = [
|
|
|
component: () => import('../views/hospital-service/assessments/SelectAssessmentPatient.vue'),
|
|
|
meta: { title: '选择问卷填写人' },
|
|
|
},
|
|
|
+ {
|
|
|
+ path: '/inpatientQrEntry',
|
|
|
+ component: () => import('../views/hospital-service/assessments/InpatientQrEntry.vue'),
|
|
|
+ meta: { title: '选择问卷填写人' },
|
|
|
+ },
|
|
|
{
|
|
|
path: '/assessments/:patientId',
|
|
|
component: () => import('../views/hospital-service/assessments/AssessmentsEntrance.vue'),
|