From d9091fbb79add9078332c4e97b7edad19a55ea98 Mon Sep 17 00:00:00 2001
From: wangxiaoshuang <825034831@qq.com>
Date: Mon, 23 Dec 2024 13:59:35 +0800
Subject: [PATCH] =?UTF-8?q?SPM/CPM=E5=A2=9E=E5=8A=A0=20=E6=B5=81=E7=A8=8B?=
=?UTF-8?q?=E5=AE=A1=E6=89=B9=E4=B8=8E=E5=90=A6=E7=9A=84=E6=8E=A7=E5=88=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/trials.js | 8 ++
.../components/staffExternalForm.vue | 101 +++++++++++++++++-
2 files changed, 105 insertions(+), 4 deletions(-)
diff --git a/src/api/trials.js b/src/api/trials.js
index 26fd4bb2..d3df4757 100644
--- a/src/api/trials.js
+++ b/src/api/trials.js
@@ -3914,4 +3914,12 @@ export function getVisitClinicalDataName(data) {
method: 'post',
data
})
+}
+// 修改外部人员权限配置
+export function configTrialSPMInfo(data) {
+ return request({
+ url: `/TrialConfig/configTrialSPMInfo`,
+ method: 'post',
+ data
+ })
}
\ No newline at end of file
diff --git a/src/views/trials/trials-panel/setting/personnel-manage/components/staffExternalForm.vue b/src/views/trials/trials-panel/setting/personnel-manage/components/staffExternalForm.vue
index d6071671..afe0f3f5 100644
--- a/src/views/trials/trials-panel/setting/personnel-manage/components/staffExternalForm.vue
+++ b/src/views/trials/trials-panel/setting/personnel-manage/components/staffExternalForm.vue
@@ -19,8 +19,12 @@
{{ $t('common:button:reset') }}
+
+
+ {{ $t('trials:staff:button:permissionConfiguration') }}
+
-
+
{{ $t('trials:staff:button:sendEmail') }}
@@ -113,12 +117,52 @@
+
+
+
+
+
+ {{ item.label }}
+
+
+
+
+ {{ item.label }}
+
+
+
+
+ {{ item.label }}
+
+
+
+
+
+
+ {{ $t('common:button:cancel') }}
+
+
+ {{ $t('common:button:save') }}
+
+
+