| | |
| | | |
| | | <ul> |
| | | <li> |
| | | <button @click="draw('billboard', 'policeman')"> |
| | | <button @click="draw('billboard', 'policeman')" title="警员"> |
| | | <img |
| | | src="../../../public/img/icon/police-people-btn.png" |
| | | style="height:100%" |
| | |
| | | </button> |
| | | </li> |
| | | <li> |
| | | <button @click="draw('billboard', 'policecar')"> |
| | | <button @click="draw('billboard', 'policecar')" title="警车"> |
| | | <img src="../../../public/img/icon/car-btn.png" style="height:100%" /> |
| | | </button> |
| | | </li> |
| | |
| | | |
| | | <ul> |
| | | <li> |
| | | <button @click="drawArrow('attack_arrow')">进攻箭头</button> |
| | | <button @click="drawArrow('attack_arrow')" title="进攻箭头">进攻箭头</button> |
| | | </li> |
| | | <li> |
| | | <button @click="drawArrow('double_arrow')">双箭头</button> |
| | | <button @click="drawArrow('double_arrow')" title="双箭头">双箭头</button> |
| | | </li> |
| | | <li> |
| | | <button @click="drawArrow('fine_arrow')">直箭头</button> |
| | | <button @click="drawArrow('fine_arrow')" title="直箭头"> |
| | | <img src="../../../public/img/icon/arrow.png" style="height:100%" /> |
| | | </button> |
| | | </li> |
| | | <li> |
| | | <button @click="drawArrow('tailed_attack_arrow')">燕尾箭头</button> |
| | | <button @click="drawArrow('tailed_attack_arrow')" title="燕尾箭头">燕尾箭头</button> |
| | | </li> |
| | | <li> |
| | | <button @click="removeAllArrow()">清除</button> |
| | | <button @click="removeAllArrow()"> |
| | | <img |
| | | src="../../../public/img/icon/del.png" |
| | | style="height:100%" |
| | | title="清除" |
| | | /> |
| | | </button> |
| | | </li> |
| | | </ul> |
| | | </div> |
| | |
| | | @click="draw('billboard', 'policeman')" |
| | | icon="el-icon-my-route" |
| | | ></el-button>--> |
| | | <button @click="draw('polyline', 'policecar')">巡逻路线</button> |
| | | <button @click="draw('polyline', 'policecar')" title="撤离路线"> |
| | | <img src="../../../public/img/icon/route1.png" style="height:100%" /> |
| | | </button> |
| | | </li> |
| | | </ul> |
| | | </div> |
| | |
| | | |
| | | <div class="plan-control" v-show="dialogVisible"> |
| | | <div class="row-box"> |
| | | <div class="category">应急预案:</div> |
| | | <div class="category">警力资源:</div> |
| | | <div class="category-value"> |
| | | <el-switch |
| | | v-model="polylineSwitch" |