熊飞 2024-02-21 10:48:08 +08:00
parent 80597d1f98
commit f09901bcf6
3 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"