| | |
| | | <el-button |
| | | size="small" |
| | | type="primary" |
| | | icon="el-icon-search" |
| | | @click="getBZdata" |
| | | >本周 |
| | | </el-button> |
| | | <el-button |
| | | size="small" |
| | | type="primary" |
| | | icon="el-icon-search" |
| | | @click="getBYdata" |
| | | >本月 |
| | | </el-button> |
| | | <el-button |
| | | size="small" |
| | | type="primary" |
| | | icon="el-icon-search" |
| | | @click="getQBdata" |
| | | >全部 |
| | | </el-button> |
| | |
| | | label: "报警时间", |
| | | type: "datetime", |
| | | width: 130, |
| | | format: "yyyy-MM-dd hh:mm:ss", |
| | | valueFormat: "yyyy-MM-dd hh:mm:ss", |
| | | format: "yyyy-MM-dd HH:mm:ss", |
| | | valueFormat: "yyyy-MM-dd HH:mm:ss", |
| | | prop: "alarmTime" |
| | | }, |
| | | { |
| | | label: "报警时间", |
| | | prop: "releaseTimeRange", |
| | | type: "datetime", |
| | | format: "yyyy-MM-dd hh:mm:ss", |
| | | valueFormat: "yyyy-MM-dd hh:mm:ss", |
| | | format: "yyyy-MM-dd HH:mm:ss", |
| | | valueFormat: "yyyy-MM-dd HH:mm:ss", |
| | | searchRange: true, |
| | | searchSpan: 5, |
| | | hide: true, |
| | |
| | | { |
| | | label: "接警时间", |
| | | type: "datetime", |
| | | format: "yyyy-MM-dd hh:mm:ss", |
| | | valueFormat: "yyyy-MM-dd hh:mm:ss", |
| | | format: "yyyy-MM-dd HH:mm:ss", |
| | | valueFormat: "yyyy-MM-dd HH:mm:ss", |
| | | width: 130, |
| | | prop: "jjTime" |
| | | }, |