Commit b10c0a5e by Jianli Ou

境外码查询问题处理

parent 8718a1e1
......@@ -631,7 +631,7 @@
</div>
<div v-if="active=='four'">
<div class="y-center" style="justify-content: space-between;">
<p class="tab-cnt-title">选择国家并填写企业名称</p>
<p class="tab-cnt-title">选择国家/地区并填写企业名称</p>
<div @click="otherFiled = !otherFiled" class="tab-cnt-title" style="display: flex; align-items: center; margin-bottom: 10px; font-size: 14px; cursor: pointer;">
<img src="../../assets/image/search/expand.png" style="width: 18px; height: 18px; margin-right: 5px;"/>
{{otherFiled ? '收起' : '展开'}}可选字段
......@@ -642,7 +642,7 @@
<div class="col-lg-12">
<div class="row">
<div class="col-lg-6" >
<el-select v-model="countryCode" placeholder="请选择国家" filterable clearable style="width:100%;margin-top:5px">
<el-select v-model="countryCode" placeholder="请选择国家/地区" filterable clearable style="width:100%;margin-top:5px">
<el-option v-for="(item, index) in countryList" :label="item.label" :value="item.value" :key="`Country_${index}`"> </el-option>
</el-select>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment