From 99bb0b61c759ee21b1ee59f0453624d9eea38b7c Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Fri, 10 May 2024 16:10:36 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A8=BD=E6=9F=A5=E5=85=B3=E8=81=94=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E5=BC=B9=E6=A1=86=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../hirVisit/components/edit-study-list.vue | 3 ++- .../trial-summary/audit-record/index.vue | 15 ++++++++++----- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/src/views/trials/trials-panel/hirVisit/components/edit-study-list.vue b/src/views/trials/trials-panel/hirVisit/components/edit-study-list.vue index af45682..85db723 100644 --- a/src/views/trials/trials-panel/hirVisit/components/edit-study-list.vue +++ b/src/views/trials/trials-panel/hirVisit/components/edit-study-list.vue @@ -117,7 +117,7 @@ - + @@ -128,6 +128,7 @@ start-placeholder="开始日期" end-placeholder="结束日期" :default-time="['00:00:00', '23:59:59']" + clearable > diff --git a/src/views/trials/trials-panel/trial-summary/audit-record/index.vue b/src/views/trials/trials-panel/trial-summary/audit-record/index.vue index 31f8abe..613e6fe 100644 --- a/src/views/trials/trials-panel/trial-summary/audit-record/index.vue +++ b/src/views/trials/trials-panel/trial-summary/audit-record/index.vue @@ -877,7 +877,7 @@ 0" + v-if="otherData2.length > 0" style="margin-top: 20px; margin-bottom: 10px" > {{ $t("trials:auditRecord:title:signInfo") }} -
- {{ otherData[0].Value }} +
+ {{ otherData2[0].Value }}