| | |
| | | <div class="close" @click="closePopup" title="关闭"></div> |
| | | </div> |
| | | <div class="change-btn" v-show="detailsPopup.showBtn"> |
| | | <div |
| | | @click="currentBtn = '接警信息'" |
| | | :class="{ on: currentBtn == '接警信息' }" |
| | | >接警信息</div> |
| | | <div |
| | | @click="currentBtnChange('出警信息')" |
| | | :class="{ on: currentBtn == '出警信息' }" |
| | | >出警信息</div> |
| | | <div @click="currentBtn = '接警信息'" :class="{ on: currentBtn == '接警信息' }">接警信息</div> |
| | | <div @click="currentBtnChange('出警信息')" :class="{ on: currentBtn == '出警信息' }">出警信息</div> |
| | | </div> |
| | | |
| | | <div v-show="currentBtn == '接警信息'" class="label-content"> |
| | |
| | | </div> |
| | | </div> |
| | | |
| | | <div |
| | | v-show="currentBtn == '出警信息' && JSON.stringify(CJdata) != '{}'" |
| | | class="label-content" |
| | | > |
| | | <div v-show="currentBtn == '出警信息' && JSON.stringify(CJdata) != '{}'" class="label-content"> |
| | | <div class="item"> |
| | | <div>处警单位:</div> |
| | | <div>{{ CJdata.CJDWMC }}</div> |
| | |
| | | </div> |
| | | </div> |
| | | |
| | | <div |
| | | v-show="currentBtn == '出警信息' && JSON.stringify(CJdata) == '{}'" |
| | | class="label-content no-data" |
| | | >暂无数据</div> |
| | | <div v-show="currentBtn == '出警信息' && JSON.stringify(CJdata) == '{}'" |
| | | class="label-content no-data">暂无数据</div> |
| | | </div> |
| | | </div> |
| | | <div class="b-t-l"></div> |
| | |
| | | }, |
| | | |
| | | popupDetailShow () { |
| | | if (this.detailsPopup.showBtn == true) { |
| | | this.$EventBus.$emit('policeSituationSiteClick', this.dataPopup) |
| | | if (this.detailsPopup.openMenu != '' && this.detailsPopup.openMenu == 'policeInfor') { |
| | | this.$EventBus.$emit('PoliceInforSiteClick', this.dataPopup) |
| | | } else { |
| | | this.detailsPopup.showBtn == true ? |
| | | this.$EventBus.$emit('policeSituationSiteClick', this.dataPopup) : |
| | | this.$EventBus.$emit('housingPoliceSiteClick', this.dataPopup) |
| | | } |
| | | } |
| | |
| | | } |
| | | |
| | | .divForms-theme .area { |
| | | background-image: linear-gradient( |
| | | 135deg, |
| | | background-image: linear-gradient(135deg, |
| | | transparent 30px, |
| | | #1831a79a 30px, |
| | | #3f487ba6 50%, |
| | | transparent 50% |
| | | ), |
| | | linear-gradient( |
| | | -45deg, |
| | | transparent 50%), |
| | | linear-gradient(-45deg, |
| | | transparent 30px, |
| | | #1831a79a 30px, |
| | | #3f487ba6 50.1%, |
| | | transparent 50% |
| | | ); |
| | | transparent 50%); |
| | | } |
| | | |
| | | .divForms .area { |