Commit c1104661 by 李宏达

lhd

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