信息重置
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -21,11 +21,11 @@ | ... | @@ -21,11 +21,11 @@ |
21 | <div class="down-arrow"></div> | 21 | <div class="down-arrow"></div> |
22 | <el-select style="text-align: center;" class="clarms-select" v-model="data.insuredIndex" :placeholder="''" @change="insuredChange"> | 22 | <el-select style="text-align: center;" class="clarms-select" v-model="data.insuredIndex" :placeholder="''" @change="insuredChange"> |
23 | <template v-if="lan == 'en'"> | 23 | <template v-if="lan == 'en'"> |
24 | <el-option v-for="(item,index) in insuredList" :key="index" :label="item.insuredNameEn?item.insuredNameEn:insuredNameCn" :value="index + 1"> | 24 | <el-option v-for="(item,index) in insuredList" :key="index" :label="item.insuredNameEn?item.insuredNameEn:item.insuredNameCn" :value="index + 1"> |
25 | </el-option> | 25 | </el-option> |
26 | </template> | 26 | </template> |
27 | <template v-else> | 27 | <template v-else> |
28 | <el-option v-for="(item,index) in insuredList" :key="index" :label="item.insuredNameCn?item.insuredNameCn:insuredNameEn" :value="index + 1"> | 28 | <el-option v-for="(item,index) in insuredList" :key="index" :label="item.insuredNameCn?item.insuredNameCn:item.insuredNameEn" :value="index + 1"> |
29 | </el-option> | 29 | </el-option> |
30 | </template> | 30 | </template> |
31 | </el-select> | 31 | </el-select> | ... | ... |
-
Please register or sign in to post a comment