Commit 9093f8d6 authored by 沈良进's avatar 沈良进

页面修改

parent 2263331f
......@@ -3,18 +3,19 @@
<div class="tripmap-Search">
<div style="display: flex;align-items: start; justify-content: space-between;">
<div style="display: flex;flex-wrap: wrap; flex-grow: 1;">
<el-select class="w100" size="mini" placeholder="选择国家" v-model="chooseCountry"
<el-select style="width:300px;" placeholder="选择国家" v-model="chooseCountry"
@change="chagneCountry(),SearchCity()" filterable multiple="">
<el-option v-for="(item, i) in SourceCountryList" :label="item.Name" :value="item.ID" :key="i">
</el-option>
</el-select>
<el-select style="min-width: 300px;max-width: 600px;margin-left: 5px;margin-right: 5px;" size="mini"
placeholder="选择城市" v-model="chooseCity" multiple filterable @change="changeCity()">
<el-select style="width:300px;margin-left: 5px;margin-right: 5px;" placeholder="选择城市" v-model="chooseCity"
multiple filterable @change="changeCity()">
<el-option v-for="(item, i) in SourceCityList" :label="item.Name" :value="item.ID" :key="i">
</el-option>
</el-select>
</div>
<div class="row-aic" style="flex-shrink: 0;">
<el-button type="primary" key="BtnLoading" @click="getMapData">重新加载</el-button>
<el-button type="danger" key="BtnClose" @click="CloseMapBox">关闭</el-button>
<el-button type="primary" key="BtnCreateImg" :loading="saveLoading" @click="saveLoading=true">{{btnStr}}
</el-button>
......
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