From c05228765f5be49c57e68810e13032985afde14c Mon Sep 17 00:00:00 2001 From: lrw <319150264@qq.com> Date: Wed, 24 May 2023 15:48:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A1=E6=A0=B8=E8=B4=A8=E6=8E=A7-=E7=AD=9B?= =?UTF-8?q?=E6=9F=A5/=E9=9A=8F=E8=AE=BF=E5=8F=AF=E4=BB=A5=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/audit-detail/index.vue | 22 +++- .../components/DialogConfigForms.vue | 109 ++++++++++++++++++ src/views/followupentry/followaudit.vue | 41 ++++++- .../screening/components/ConfigForms.vue | 25 ++-- 4 files changed, 186 insertions(+), 11 deletions(-) create mode 100644 src/views/followupentry/components/DialogConfigForms.vue diff --git a/src/views/audit-detail/index.vue b/src/views/audit-detail/index.vue index 26e1087..25321d6 100644 --- a/src/views/audit-detail/index.vue +++ b/src/views/audit-detail/index.vue @@ -11,6 +11,9 @@ >
+ 修改 返回
@@ -20,6 +23,7 @@ :is="curComponent" :patient-id="patientId" :no-data="isEmpty" + ref="screen" >
@@ -230,11 +234,21 @@
+ + + diff --git a/src/views/followupentry/followaudit.vue b/src/views/followupentry/followaudit.vue index 1d76406..78f142a 100644 --- a/src/views/followupentry/followaudit.vue +++ b/src/views/followupentry/followaudit.vue @@ -10,6 +10,9 @@ >
+ 修改 返回
@@ -17,7 +20,12 @@ + +