国际化更改
parent
c0588661ce
commit
465ea59906
|
@ -33,7 +33,7 @@
|
||||||
<!-- 分组名称 -->
|
<!-- 分组名称 -->
|
||||||
<el-form-item
|
<el-form-item
|
||||||
v-if="form.Type === 'group'"
|
v-if="form.Type === 'group'"
|
||||||
:label="$t('trials:readingUnit:qsList:title:groupNameEn')"
|
:label="$t('trials:readingUnit:qsList:title:groupName')"
|
||||||
prop="GroupName"
|
prop="GroupName"
|
||||||
>
|
>
|
||||||
<el-input v-model="form.GroupName" />
|
<el-input v-model="form.GroupName" />
|
||||||
|
@ -49,7 +49,7 @@
|
||||||
<!-- 问题名称 -->
|
<!-- 问题名称 -->
|
||||||
<el-form-item
|
<el-form-item
|
||||||
v-if="form.Type !== 'group'"
|
v-if="form.Type !== 'group'"
|
||||||
:label="$t('trials:readingUnit:qsList:title:qsNameEn')"
|
:label="$t('trials:readingUnit:qsList:title:qsName')"
|
||||||
prop="QuestionName"
|
prop="QuestionName"
|
||||||
:rules="[
|
:rules="[
|
||||||
{ required: true, message: this.$t('common:ruleMessage:specify'), trigger: 'blur' },
|
{ required: true, message: this.$t('common:ruleMessage:specify'), trigger: 'blur' },
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
<div class="search-form" style="display:flex;justify-content: space-between;">
|
<div class="search-form" style="display:flex;justify-content: space-between;">
|
||||||
<el-form :inline="true" size="mini" class="base-search-form">
|
<el-form :inline="true" size="mini" class="base-search-form">
|
||||||
<!-- 问题名称 -->
|
<!-- 问题名称 -->
|
||||||
<el-form-item :label="$t('trials:readingUnit:qsList:title:qsNameEn')">
|
<el-form-item :label="$t('trials:readingUnit:qsList:title:qsName')">
|
||||||
<el-input v-model="searchData.QuestionName" clearable style="width:120px;" />
|
<el-input v-model="searchData.QuestionName" clearable style="width:120px;" />
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item>
|
<el-form-item>
|
||||||
|
@ -60,7 +60,7 @@
|
||||||
<!-- 分组 -->
|
<!-- 分组 -->
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="GroupName"
|
prop="GroupName"
|
||||||
:label="$t('trials:readingUnit:qsList:title:groupNameEn')"
|
:label="$t('trials:readingUnit:qsList:title:groupName')"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
/>
|
/>
|
||||||
<!-- 分组(EN) -->
|
<!-- 分组(EN) -->
|
||||||
|
@ -72,7 +72,7 @@
|
||||||
<!-- 名称 -->
|
<!-- 名称 -->
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="QuestionName"
|
prop="QuestionName"
|
||||||
:label="$t('trials:readingUnit:qsList:title:qsNameEn')"
|
:label="$t('trials:readingUnit:qsList:title:qsName')"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
/>
|
/>
|
||||||
<!-- 名称(EN) -->
|
<!-- 名称(EN) -->
|
||||||
|
|
Loading…
Reference in New Issue