| | |
| | | margin: countSizeVh(10); |
| | | display: flex; |
| | | align-items: center; |
| | | |
| | | .bjnr-btn { |
| | | background-color: #102daa; |
| | | color: #fff; |
| | | border: 0; |
| | | height: 32px; |
| | | padding: 0 10px; |
| | | } |
| | | } |
| | | } |
| | | |
| | |
| | | unlink-panels range-separator="至" start-placeholder="开始日期" end-placeholder="结束日期" |
| | | @change="datePickerChange" :picker-options="pickerOptions"></el-date-picker> |
| | | </div> |
| | | |
| | | <div class="search-item-box"> |
| | | <el-input size="small" placeholder="请输入报警内容…" v-model="searchBjnr" @change="bjnrSearch" |
| | | clearable></el-input><el-button icon="el-icon-search" class="bjnr-btn">搜索</el-button> |
| | | </div> |
| | | <div class="search-item-box">数量:{{ historyPoliceInforData.length }} 起</div> |
| | | </div> |
| | | |
| | |
| | | heatMapShow: false, |
| | | heatMapData: [], |
| | | |
| | | siteLayerShow: true |
| | | siteLayerShow: true, |
| | | searchBjnr: '' |
| | | } |
| | | }, |
| | | |
| | |
| | | }, |
| | | |
| | | areaValueChange () { |
| | | this.navClick() |
| | | }, |
| | | |
| | | // 搜索按钮 |
| | | bjnrSearch () { |
| | | this.navClick() |
| | | }, |
| | | |
| | |
| | | } |
| | | |
| | | that.$axios.all([ |
| | | getAlarmList({ ...params, jjdwbh, type: 3, bjlx: that.policeInforValue }), |
| | | getAlarmList({ ...params, jjdwbh, type: 3, bjlx: '' }) |
| | | getAlarmList({ ...params, jjdwbh, type: 3, bjlx: that.policeInforValue, bjnr: that.searchBjnr }), |
| | | getAlarmList({ ...params, jjdwbh, type: 3, bjlx: '', bjnr: that.searchBjnr }) |
| | | ]).then(that.$axios.spread(function (classifyData, allData) { |
| | | if (classifyData.data.data.length > 0) { |
| | | that.historyPoliceInforData = classifyData.data.data.map((item, index) => { |