简历进修培训医院显示国际化
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
2e30461e2e
commit
73f12173f5
|
@ -577,11 +577,11 @@
|
||||||
<el-option
|
<el-option
|
||||||
v-for="(item, index) in hospitalList"
|
v-for="(item, index) in hospitalList"
|
||||||
:key="index"
|
:key="index"
|
||||||
:label="item.HospitalName"
|
:label="isEN ? item.HospitalName : item.HospitalNameCN"
|
||||||
:value="item.Id"
|
:value="item.Id"
|
||||||
>
|
>
|
||||||
<span>
|
<span>
|
||||||
{{ item.HospitalName }}
|
{{ isEN ? item.HospitalName : item.HospitalNameCN }}
|
||||||
</span>
|
</span>
|
||||||
</el-option>
|
</el-option>
|
||||||
</el-select>
|
</el-select>
|
||||||
|
|
|
@ -156,11 +156,11 @@
|
||||||
<el-option
|
<el-option
|
||||||
v-for="(item, index) in hospitalList"
|
v-for="(item, index) in hospitalList"
|
||||||
:key="index"
|
:key="index"
|
||||||
:label="item.HospitalName"
|
:label="isEN ? item.HospitalName : item.HospitalNameCN"
|
||||||
:value="item.Id"
|
:value="item.Id"
|
||||||
>
|
>
|
||||||
<span>
|
<span>
|
||||||
{{ item.HospitalName }}
|
{{ isEN ? item.HospitalName : item.HospitalNameCN }}
|
||||||
</span>
|
</span>
|
||||||
</el-option>
|
</el-option>
|
||||||
</el-select>
|
</el-select>
|
||||||
|
|
Loading…
Reference in New Issue