Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
dev
/
pingan-life-index-pro
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
ff3c25fe
authored
2020-02-21 18:50:06 +0800
by
joe
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
信息重置
1 parent
29cf57cd
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/components/clarms/clarms-plugins-material.vue
src/components/clarms/clarms-plugins-material.vue
View file @
ff3c25f
...
...
@@ -21,11 +21,11 @@
<div
class=
"down-arrow"
></div>
<el-select
style=
"text-align: center;"
class=
"clarms-select"
v-model=
"data.insuredIndex"
:placeholder=
"''"
@
change=
"insuredChange"
>
<template
v-if=
"lan == 'en'"
>
<el-option
v-for=
"(item,index) in insuredList"
:key=
"index"
:label=
"item.insuredNameEn?item.insuredNameEn:insuredNameCn"
:value=
"index + 1"
>
<el-option
v-for=
"(item,index) in insuredList"
:key=
"index"
:label=
"item.insuredNameEn?item.insuredNameEn:i
tem.i
nsuredNameCn"
:value=
"index + 1"
>
</el-option>
</
template
>
<
template
v-else
>
<el-option
v-for=
"(item,index) in insuredList"
:key=
"index"
:label=
"item.insuredNameCn?item.insuredNameCn:insuredNameEn"
:value=
"index + 1"
>
<el-option
v-for=
"(item,index) in insuredList"
:key=
"index"
:label=
"item.insuredNameCn?item.insuredNameCn:i
tem.i
nsuredNameEn"
:value=
"index + 1"
>
</el-option>
</
template
>
</el-select>
...
...
Please
register
or
sign in
to post a comment