diff --git a/src/views/trials/trials-panel/attachments/site-research/index.vue b/src/views/trials/trials-panel/attachments/site-research/index.vue index 9a88c920..1ac34f64 100644 --- a/src/views/trials/trials-panel/attachments/site-research/index.vue +++ b/src/views/trials/trials-panel/attachments/site-research/index.vue @@ -96,7 +96,7 @@ - {{ $t("common:button:search") }} + {{ $t('common:button:search') }} - {{ $t("common:button:reset") }} + {{ $t('common:button:reset') }} - {{ $t("trials:researchRecord:button:questionStaffs") }} + {{ $t('trials:researchRecord:button:questionStaffs') }} - {{ $t("trials:researchRecord:button:questionLink") }} + {{ $t('trials:researchRecord:button:questionLink') }} @@ -148,6 +148,7 @@ prop="TrialSiteCode" :label="$t('trials:researchRecord:table:siteId')" min-width="100" + sortable="custom" show-overflow-tooltip /> @@ -189,7 +190,7 @@ {{ scope.row.PreliminaryUser ? scope.row.PreliminaryUser.RealName - : "" + : '' }} @@ -201,7 +202,7 @@ show-overflow-tooltip > @@ -213,16 +214,16 @@ > @@ -235,10 +236,10 @@ > @@ -248,6 +249,7 @@ :label="$t('trials:researchRecord:table:updateTime')" min-width="150" show-overflow-tooltip + sortable="custom" />