From b1850e805667e6eda8b3cf49c41f80e2c0a58bc4 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Sat, 11 May 2024 16:21:56 +0800 Subject: [PATCH] =?UTF-8?q?admin=E4=B8=8Eoa=E6=9D=83=E9=99=90=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/index.vue | 2 +- .../components/research-trials-list.vue | 1 + .../components/view-study-list.vue | 1 + src/views/trials/trials-inspection/index.vue | 14 +++++++++++++- .../trials-layout/components/trialsNavbar.vue | 2 +- .../hirVisit/components/current-study.vue | 1 + .../hirVisit/components/studyInfo.vue | 1 + .../trials-panel/study/components/list.vue | 18 ++++++++++++++++++ .../components/patient-study-list.vue | 7 ++++++- 9 files changed, 43 insertions(+), 4 deletions(-) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 3ed7048..9b0783c 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -284,7 +284,7 @@ export default { this.$router.replace({ path: res[0].path }); return; } - if (this.hasPermi(["role:pm",'role:crc'])) { + if (this.hasPermi(["role:pm",'role:oa','role:admin'])) { this.$router.replace({ path: "/trials/trials-inspection" }); } else if (this.hasPermi(["role:oa"])) { this.$router.replace({ path: "/system" }); diff --git a/src/views/trials/trials-inspection/components/research-trials-list.vue b/src/views/trials/trials-inspection/components/research-trials-list.vue index fd0d578..6985073 100644 --- a/src/views/trials/trials-inspection/components/research-trials-list.vue +++ b/src/views/trials/trials-inspection/components/research-trials-list.vue @@ -125,6 +125,7 @@ - + - +