Commit c1104661 by 李宏达

lhd

parent 7e31a85e
......@@ -458,13 +458,14 @@
<el-popover
placement="bottom-start"
width="511"
trigger="click">
trigger="hover">
<div>
<div class="popover-title">全部省份</div>
<div class="popover-list" v-for="(item,key) in areaArr" :key="key">
<div>{{item.name}}</div>
<span v-for="(list,index) in item.lists" @click="areachoice(list)">{{list}}</span>
</div>
<div style="height:10px;"></div>
</div>
<span slot="reference"><i class="el-icon-location-outline" style="margin-right:8px;"></i>{{areaName}}</span>
</el-popover>
......
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