| | |
| | | <div id="coverage" class="coverage"> |
| | | <ul> |
| | | <li |
| | | style="margin-left: 10px; width: 130px" |
| | | style="margin-left: 10px; width: 130px" |
| | | @click="checkCourvage(item)" |
| | | v-for="item in itemsOne" |
| | | > |
| | |
| | | |
| | | methods: { |
| | | checkCourvage(res) { |
| | | var res_val = { |
| | | url: '', |
| | | name: res.name, |
| | | }; |
| | | this.$bus.$emit('changetool', res_val); |
| | | switch (res.id) { |
| | | case '1': //图层管理 |
| | | // 打开工程树弹窗 |
| | | |
| | | break; |
| | | } |
| | | }, |
| | | }, |
| | | }; |
| | |
| | | background: url('../../assets/img/synthesis/图层 35.png') no-repeat center; |
| | | } |
| | | .backimge { |
| | | width: 30px; |
| | | width: 30px; |
| | | height: 30px; |
| | | position: absolute; |
| | | background-size: 100% 100%; |