Compare commits

..

No commits in common. "404d18faa52fae335438ba6e2018d0681addbea8" and "c6c9142934a7af259634db658f0ece5a5f589bba" have entirely different histories.

1 changed files with 0 additions and 2 deletions

View File

@ -29,14 +29,12 @@
<!-- 名称 -->
<el-table-column
prop="QuestionName"
v-if="$i18n.locale === 'zh'"
:label="$t('trials:readingUnit:qsList:title:qsName')"
show-overflow-tooltip
/>
<!-- 名称(EN) -->
<el-table-column
prop="QuestionEnName"
v-if="$i18n.locale === 'en'"
:label="$t('trials:readingUnit:qsList:title:qsNameEn')"
show-overflow-tooltip
/>