From a512ed551b89dd5ed23e65873e096f634893d506 Mon Sep 17 00:00:00 2001 From: "DESKTOP-6C3NK6N\\WXS" <815034831@qq.com> Date: Fri, 20 Sep 2024 15:12:06 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E4=B8=AD=E5=BF=83ae=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/dicomAEList.vue | 90 +- .../personnel-manage/components/site.vue | 794 +++++++++++------- 2 files changed, 558 insertions(+), 326 deletions(-) diff --git a/src/views/trials/trials-panel/setting/personnel-manage/components/dicomAEList.vue b/src/views/trials/trials-panel/setting/personnel-manage/components/dicomAEList.vue index 10217fd6..3ac69f29 100644 --- a/src/views/trials/trials-panel/setting/personnel-manage/components/dicomAEList.vue +++ b/src/views/trials/trials-panel/setting/personnel-manage/components/dicomAEList.vue @@ -8,7 +8,7 @@ style="float: right" v-if="status === 'add'" > - {{ $t("common:button:add") }} + {{ $t('common:button:add') }} @@ -44,6 +44,9 @@ prop="action" :label="$t('trials:sitesList:dicomAEList:table:action')" min-width="120" + v-if=" + hasPermi(['trials:trials-panel:setting:personnel-manage:edit-site']) + " > \ No newline at end of file diff --git a/src/views/trials/trials-panel/setting/personnel-manage/components/site.vue b/src/views/trials/trials-panel/setting/personnel-manage/components/site.vue index 3919a5ff..34e95bd3 100644 --- a/src/views/trials/trials-panel/setting/personnel-manage/components/site.vue +++ b/src/views/trials/trials-panel/setting/personnel-manage/components/site.vue @@ -16,140 +16,265 @@ --> - + - + - {{ $t("common:button:search") }} + {{ $t('common:button:search') }} - - {{ $t("common:button:reset") }} + + {{ $t('common:button:reset') }} - - {{ $t("trials:sitesList:button:siteResearch") }} + + {{ $t('trials:sitesList:button:siteResearch') }} - - {{ $t("trials:sitesList:dialogTitle:assignSite") }} + + {{ $t('trials:sitesList:dialogTitle:assignSite') }} - - {{ $t("common:button:export") }} + + {{ $t('common:button:export') }} - - {{ $t("common:button:downloadTpl") }} + + {{ $t('common:button:downloadTpl') }} - - {{ $t("common:button:upload") }} + + {{ $t('common:button:upload') }} - + - + - + - + - + - + - + - + - + - - + + @@ -162,9 +287,17 @@ @@ -206,17 +356,32 @@ @@ -225,54 +390,112 @@