This commit is contained in:
2024-02-21 13:29:31 +08:00
3 changed files with 3 additions and 3 deletions
@@ -61,7 +61,7 @@
/>
<!-- 待核查量 -->
<el-table-column
:label="$t('trials:trials-list:table:PendingResponseCount')"
:label="$t('trials:consistencyCheck:table:PendingResponseCount')"
prop="ToBeRepliedCount"
show-overflow-tooltip
sortable="custom"
@@ -52,7 +52,7 @@
/>
<!-- 待回复量 -->
<el-table-column
:label="$t('trials:trials-list:table:PendingResponseCount')"
:label="$t('trials:imageVerification:table:PendingResponseCount')"
prop="ToBeReplyedCount"
show-overflow-tooltip
sortable="custom"
@@ -59,7 +59,7 @@
/>
<!-- 待回复量 -->
<el-table-column
:label="$t('trials:trials-list:table:PendingResponseCount')"
:label="$t('trials:medicalFeedback:table:PendingResponseCount')"
prop="ToBeReplyedCount"
show-overflow-tooltip
sortable="custom"