| | |
| | | prop: "galarmPeople" |
| | | }, |
| | | { |
| | | label: "联系电话", |
| | | prop: "phoneNumber", |
| | | width: 96 |
| | | }, |
| | | { |
| | | 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", |
| | | prop: "galarmTime", |
| | | width: 140 |
| | | }, |
| | |
| | | prop: "handName" |
| | | }, |
| | | { |
| | | label: "联系电话", |
| | | prop: "phoneNumber", |
| | | width: 96 |
| | | }, |
| | | { |
| | | label: "处置时间", |
| | | type: "datetime", |
| | | format: "yyyy-MM-dd hh:mm:ss", |
| | | valueFormat: "yyyy-MM-dd hh:mm:ss", |
| | | prop: "handleTime", |
| | | addDisplay: false, |
| | | format: "yyyy-MM-dd HH:mm:ss", |
| | | valueFormat: "yyyy-MM-dd HH:mm:ss", |
| | | prop: "czTime", |
| | | width: 140 |
| | | }, { |
| | | label: "事发地址", |
| | | width: 150, |
| | | prop: "place" |
| | | },{ |
| | | label: "备注", |
| | | prop: "bz", |
| | | width: 150 |
| | | }, |
| | | { |
| | | label: "设备编号", |
| | | search: true, |
| | | searchSpan: 3, |
| | | width: 120, |
| | | prop: "deviceNumber" |
| | | }, |
| | | { |
| | | label: "省份", |
| | |
| | | span: 3, |
| | | labelWidth: "0", |
| | | className: "cityClass3" |
| | | }, |
| | | { |
| | | label: "设备编号", |
| | | search: true, |
| | | searchSpan: 3, |
| | | width: 120, |
| | | prop: "deviceNumber" |
| | | }, { |
| | | label: "事发地址", |
| | | width: 200, |
| | | prop: "place" |
| | | }, |
| | | { |
| | | label: "处理状态", |
| | |
| | | rowStyle({row, column, rowIndex}) { |
| | | if (row.type == "0") { |
| | | return { |
| | | color: "#ff7627" |
| | | color: "#ff0000" |
| | | }; |
| | | } else if (row.type == "1") { |
| | | return { |
| | |
| | | } |
| | | }, |
| | | disposition(data) { |
| | | |
| | | var arr = []; |
| | | this.$store.state.tags.tagList.forEach(item => { |
| | | if (item.label != "警情分发处置") { |