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']"
>