|
@@ -78,7 +78,7 @@
|
|
|
<div class="bgt-info-name">{{ item.reportor }} {{ item.eventName }}</div>
|
|
|
<div class="bgt-info-place">
|
|
|
<ul>
|
|
|
- <li>{{ item.reportTime }}</li>
|
|
|
+ <li>{{ item.createTime }}</li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -172,7 +172,7 @@
|
|
|
deptName: '',
|
|
|
eventStatus: '',
|
|
|
cameraId: '',
|
|
|
- reportTime: '',
|
|
|
+ createTime: '',
|
|
|
reportAddress: '',
|
|
|
eventCode: null,
|
|
|
eventSource: '',
|
|
@@ -367,7 +367,7 @@
|
|
|
'<span>' +
|
|
|
' <div class="d-l-con">' +
|
|
|
' <div class="d-l-l-text">' +
|
|
|
- ' <h4>事件时间:' + this.eventList[i].reportTime + '</h4>' +
|
|
|
+ ' <h4>事件时间:' + this.eventList[i].createTime + '</h4>' +
|
|
|
' </div>' +
|
|
|
' </div>' +
|
|
|
' </span>'
|
|
@@ -578,12 +578,12 @@
|
|
|
let data = res.data
|
|
|
that.id = data.id;
|
|
|
that.cameraId = data.reportById
|
|
|
- that.reportTime = data.reportTime
|
|
|
+ that.createTime = data.createTime
|
|
|
that.reportAddress = data.reportAddress
|
|
|
that.eventCode = data.eventCode
|
|
|
that.eventSource = data.eventSource
|
|
|
that.information[0].content = data.eventTitle
|
|
|
- that.information[1].content = data.reportTime
|
|
|
+ that.information[1].content = data.createTime
|
|
|
that.information[2].content = that.selectDictLabel(that.dict.type.event_source, data
|
|
|
.eventSource)
|
|
|
that.information[3].content = data.longitude
|
|
@@ -870,12 +870,12 @@
|
|
|
let that = this
|
|
|
this.eventSource = data.eventSource
|
|
|
this.id = data.id;
|
|
|
- this.reportTime = data.reportTime
|
|
|
+ this.createTime = data.createTime
|
|
|
this.cameraId = data.reportById
|
|
|
this.reportAddress = data.reportAddress
|
|
|
this.eventCode = data.eventCode
|
|
|
this.information[0].content = data.eventTitle
|
|
|
- this.information[1].content = data.reportTime
|
|
|
+ this.information[1].content = data.createTime
|
|
|
this.information[2].content = that.selectDictLabel(that.dict.type.event_source, data
|
|
|
.eventSource)
|
|
|
this.information[3].content = data.longitude
|