| | |
| | | :data-obj="JSON.stringify(item)" |
| | | class="row" |
| | | > |
| | | <span class="num" v-text="item.num"></span> |
| | | <!-- <span class="num" v-text="item.num"></span> --> |
| | | <span class="num" v-text="index + 1"></span> |
| | | <span class="type" v-text="item.type"></span> |
| | | <span class="state" v-text="item.state"></span> |
| | | <span class="comingPhone" v-text="item.comingPhone"></span> |
| | |
| | | }, |
| | | |
| | | policeSituationClick (item) { |
| | | this.$EventBus.$emit('toPosition', { |
| | | layerName: 'policeSituationyLayers', |
| | | siteJd: Number(item.position[0]), |
| | | siteWd: Number(item.position[1]) |
| | | }) |
| | | if (item.position) { |
| | | this.$EventBus.$emit('toPosition', { |
| | | layerName: 'policeSituationyLayers', |
| | | siteJd: Number(item.position[0]), |
| | | siteWd: Number(item.position[1]) |
| | | }) |
| | | } else { |
| | | this.$emit('policeSituationSiteClick', item) |
| | | console.log(11, item.index) |
| | | } |
| | | |
| | | }, |
| | | |
| | | handleSelectClick (e) { |