From 08ba4ab87e790f66533cf4bfac653b8ed9a34f81 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Wed, 24 Apr 2024 18:11:12 +0800 Subject: [PATCH 1/6] =?UTF-8?q?=20=E9=83=A8=E5=88=86=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/notice/index.vue | 8 ++- .../trials-list/components/activate-page.vue | 2 +- .../components/activate-project.vue | 18 +++--- src/views/trials/trials-list/index.vue | 61 +++++++++++-------- .../trials/trials-panel/hirVisit/index.vue | 4 ++ .../subject/subject-list/index.vue | 22 ++++++- 6 files changed, 75 insertions(+), 40 deletions(-) diff --git a/src/views/system/notice/index.vue b/src/views/system/notice/index.vue index 72dbc15..0f9877c 100644 --- a/src/views/system/notice/index.vue +++ b/src/views/system/notice/index.vue @@ -287,9 +287,11 @@ min-width="200" show-overflow-tooltip v-if=" - hasPermi(['system:notice:edit']) || - hasPermi(['system:notice:publish']) || - hasPermi(['system:notice:back']) + hasPermi([ + 'system:notice:edit', + 'system:notice:publish', + 'system:notice:back', + ]) " > + + + + + + + + - - diff --git a/src/views/trials/trials-panel/hirVisit/index.vue b/src/views/trials/trials-panel/hirVisit/index.vue index 68ba4f2..ccadce0 100644 --- a/src/views/trials/trials-panel/hirVisit/index.vue +++ b/src/views/trials/trials-panel/hirVisit/index.vue @@ -343,6 +343,10 @@ export default { }; }, created() { + if (zzSessionStorage.getItem("SubjectCode")) { + this.searchData.SubjectCode = zzSessionStorage.getItem("SubjectCode"); + zzSessionStorage.removeItem("SubjectCode"); + } this.getList(); }, methods: { diff --git a/src/views/trials/trials-panel/subject/subject-list/index.vue b/src/views/trials/trials-panel/subject/subject-list/index.vue index 1453050..59d0631 100644 --- a/src/views/trials/trials-panel/subject/subject-list/index.vue +++ b/src/views/trials/trials-panel/subject/subject-list/index.vue @@ -162,7 +162,18 @@ :label="$t('trials:subject:table:totalVisitCount')" show-overflow-tooltip sortable="custom" - /> + > + + {}) From 709a811b75f5c37d0d074bf5305babd77e4149af Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Thu, 25 Apr 2024 09:36:39 +0800 Subject: [PATCH 2/6] =?UTF-8?q?=E9=83=A8=E5=88=86=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/notice/components/from.vue | 26 ++++---- src/views/system/notice/index.vue | 16 ++--- .../components/add-trials-list.vue | 1 + .../components/confirm-visit-list.vue | 1 + .../components/trials-select.vue | 60 ++++++++++--------- .../subject-list/components/add-subject.vue | 1 + .../components/patient-study-list.vue | 6 +- 7 files changed, 58 insertions(+), 53 deletions(-) diff --git a/src/views/system/notice/components/from.vue b/src/views/system/notice/components/from.vue index 6e7cfe1..5d49ac0 100644 --- a/src/views/system/notice/components/from.vue +++ b/src/views/system/notice/components/from.vue @@ -14,7 +14,7 @@ > @@ -44,10 +44,10 @@ size="small" > @@ -62,10 +62,10 @@ size="small" > @@ -75,10 +75,10 @@ > diff --git a/src/views/system/notice/index.vue b/src/views/system/notice/index.vue index 0f9877c..1f73ba5 100644 --- a/src/views/system/notice/index.vue +++ b/src/views/system/notice/index.vue @@ -25,7 +25,7 @@ > @@ -61,9 +61,9 @@ > @@ -188,10 +188,10 @@ >