From 65b51780f294e26bc1c3b35ecf2629139264da45 Mon Sep 17 00:00:00 2001 From: pengjun <158915633@qq.com> Date: Tue, 3 Feb 2026 18:58:15 +0800 Subject: [PATCH] seo --- .../doctorCheck/PatientRegisterBase2.vue | 61 ++++++++---- src/components/doctorCheck/Question.vue | 98 +++++++++++++++++++ src/store/index.js | 1 + 3 files changed, 140 insertions(+), 20 deletions(-) create mode 100644 src/components/doctorCheck/Question.vue diff --git a/src/components/doctorCheck/PatientRegisterBase2.vue b/src/components/doctorCheck/PatientRegisterBase2.vue index 4687ea1..c15c761 100644 --- a/src/components/doctorCheck/PatientRegisterBase2.vue +++ b/src/components/doctorCheck/PatientRegisterBase2.vue @@ -7,7 +7,10 @@ clearable />
- 档案号 + + 档案号 +
@@ -23,10 +26,8 @@
- 读身份证 -
@@ -104,9 +105,13 @@ - + + + +
+ diff --git a/src/store/index.js b/src/store/index.js index a01ee09..98e1795 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -595,6 +595,7 @@ export default new Vuex.Store({ BigtextResultTemplateEdit: false, sumPrList:false, // 总检台 人员列表 doctorPrList:false, // 医生诊台 人员列表 + question:false, //调查问卷 } },