From f9f3c55ea1741c89f033f71625a16633a8f3665e Mon Sep 17 00:00:00 2001 From: "DESKTOP-6C3NK6N\\WXS" <815034831@qq.com> Date: Thu, 26 Sep 2024 13:42:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=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/feedBack/index.vue | 142 +++++++++--------- .../components/dicomAEList.vue | 4 +- .../personnel-manage/components/site.vue | 10 +- .../trial-summary/trial-information/index.vue | 64 ++++---- 4 files changed, 112 insertions(+), 108 deletions(-) diff --git a/src/views/feedBack/index.vue b/src/views/feedBack/index.vue index febb9590..b19cd07d 100644 --- a/src/views/feedBack/index.vue +++ b/src/views/feedBack/index.vue @@ -114,7 +114,7 @@ size="mini" @click="getList" > - {{ $t("common:button:search") }} + {{ $t('common:button:search') }} - {{ $t("common:button:reset") }} + {{ $t('common:button:reset') }} - {{ $fd("YesOrNoForInt", trialInfo.Expedited) }} + {{ $fd('YesOrNoForInt', trialInfo.Expedited) }} {{ trialInfo.ProjectCycle }} @@ -141,8 +141,8 @@ > {{ trialInfo.AttendedReviewerTypeEnumList.map((v) => - $fd("AttendedReviewerType", v) - ).join(", ") + $fd('AttendedReviewerType', v) + ).join(', ') }} @@ -151,53 +151,53 @@ :value="trialInfo.UserFeedBackUnDealedCount || 0" :max="99" class="inBox" - v-hasPermi="['role:pm']" + v-hasPermi="['role:pm', 'role:admin', 'role:spm']" >