| | |
| | | <img :src="itemT.iconChoose" :title="itemT.title" v-if="Selecd === indexT"/> |
| | | <img :src="itemT.icon" :title="itemT.title" v-else/> |
| | | </el-button> |
| | | <div class="base-map-inner-panel" v-show="!isShow&&item.index==='2'"> |
| | | <div class="base-map-inner-panel" v-show="item.index==='2'"> |
| | | <div v-for="item in basemapList" :key="item.code" class="basemap-layer-item"> |
| | | <img class="base-map-img" width="50" height="50" :src="item.conf.icon_actived" :title="item.name" |
| | | @click="changeBasemap(item)"/> |
| | |
| | | this.active = index |
| | | if (this.checkbutton === index) { |
| | | this.checked = !this.checked |
| | | this.Selecd = -1 |
| | | } else { |
| | | if (this.checkbutton === -1) { |
| | | this.checked = !this.checked |
| | |
| | | }, |
| | | choiceItem (itemT, indexT) { |
| | | this.Selecd = indexT |
| | | this.checked = false |
| | | switch (itemT.label) { |
| | | case '点标绘': |
| | | var myIcon = this.L.icon({ |
| | |
| | | }, |
| | | changeSelectMouse () { |
| | | this.selectGroup = true |
| | | this.checked = false |
| | | // this.checked = false |
| | | } |
| | | } |
| | | } |