Compare commits
No commits in common. "404d18faa52fae335438ba6e2018d0681addbea8" and "c6c9142934a7af259634db658f0ece5a5f589bba" have entirely different histories.
404d18faa5
...
c6c9142934
|
@ -29,14 +29,12 @@
|
||||||
<!-- 名称 -->
|
<!-- 名称 -->
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="QuestionName"
|
prop="QuestionName"
|
||||||
v-if="$i18n.locale === 'zh'"
|
|
||||||
:label="$t('trials:readingUnit:qsList:title:qsName')"
|
:label="$t('trials:readingUnit:qsList:title:qsName')"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
/>
|
/>
|
||||||
<!-- 名称(EN) -->
|
<!-- 名称(EN) -->
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="QuestionEnName"
|
prop="QuestionEnName"
|
||||||
v-if="$i18n.locale === 'en'"
|
|
||||||
:label="$t('trials:readingUnit:qsList:title:qsNameEn')"
|
:label="$t('trials:readingUnit:qsList:title:qsNameEn')"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in New Issue