| | |
| | | </el-radio> |
| | | </el-radio-group> |
| | | </el-form-item> |
| | | <div class="page_total"> |
| | | <p>共计 |
| | | <span>{{total}}</span> |
| | | 条记录 |
| | | </p> |
| | | </div> |
| | | <div class="rightButtonSearch"> |
| | | <el-input v-model="form.keyword" size="mini" placeholder="在此输入关键字搜索"></el-input> |
| | | <el-button class="el-icon-search" @click="handleSearch"></el-button> |
| | |
| | | </div> |
| | | </div> |
| | | </el-scrollbar> |
| | | <!-- <reportPopup></reportPopup>--> |
| | | </div> |
| | | </template> |
| | | |
| | |
| | | export default { |
| | | name: 'EventQuery', |
| | | components: { |
| | | // reportPopup |
| | | // DisposalEvent |
| | | }, |
| | | data () { |
| | | return { |
| | | reportIncident: false, |
| | | list: [], |
| | | total: 0, |
| | | activeNum: -1, |
| | | LayerEvent: {}, |
| | | LayerResources: {}, |
| | |
| | | // info: this.info |
| | | } |
| | | }, |
| | | title: '处置事件' |
| | | title: '事件处置' |
| | | }) |
| | | }, |
| | | // radio数据选择 |
| | |
| | | </script> |
| | | |
| | | <style lang="less" scoped> |
| | | |
| | | </style> |