wang_xy 2 лет назад
Родитель
Сommit
26df061419
1 измененных файлов с 10 добавлено и 10 удалено
  1. 10 10
      src/views/event.vue

+ 10 - 10
src/views/event.vue

@@ -495,7 +495,7 @@
 				deptName: '',
 				eventStatus: '',
 				cameraId: '',
-				reportTime: '',
+				createTime: '',
 				reportAddress: '',
 				eventCode: null,
 				eventSource: '',
@@ -704,12 +704,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
@@ -1002,12 +1002,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
@@ -1123,7 +1123,7 @@
 								'<span>' +
 								'                  <div class="d-l-con">' +
 								'                  <div class="d-l-l-text">' +
-								'                  <h4>事件时间:' + res.data.eventListAll[i].reportTime + '</h4>' +
+								'                  <h4>事件时间:' + res.data.eventListAll[i].createTime + '</h4>' +
 								'                </div>' +
 								'                </div>' +
 								'                </span>' +
@@ -1200,7 +1200,7 @@
 								'<span>' +
 								'                  <div class="d-l-con">' +
 								'                  <div class="d-l-l-text">' +
-								'                  <h4>事件时间:' + res.data.eventList[i].reportTime + '</h4>' +
+								'                  <h4>事件时间:' + res.data.eventList[i].createTime + '</h4>' +
 								'                </div>' +
 								'                </div>' +
 								'                </span>' +
@@ -1277,7 +1277,7 @@
 								'<span>' +
 								'                  <div class="d-l-con">' +
 								'                  <div class="d-l-l-text">' +
-								'                  <h4>事件时间:' + res.data.eventList[i].reportTime + '</h4>' +
+								'                  <h4>事件时间:' + res.data.eventList[i].createTime + '</h4>' +
 								'                </div>' +
 								'                </div>' +
 								'                </span>' +
@@ -1344,7 +1344,7 @@
 								'<span>' +
 								'                  <div class="d-l-con">' +
 								'                  <div class="d-l-l-text">' +
-								'                  <h4>事件时间:' + res.data.eventList[i].reportTime + '</h4>' +
+								'                  <h4>事件时间:' + res.data.eventList[i].createTime + '</h4>' +
 								'                </div>' +
 								'                </div>' +
 								'                </span>' +
@@ -1411,7 +1411,7 @@
 								'<span>' +
 								'                  <div class="d-l-con">' +
 								'                  <div class="d-l-l-text">' +
-								'                  <h4>事件时间:' + res.data.eventList[i].reportTime + '</h4>' +
+								'                  <h4>事件时间:' + res.data.eventList[i].createTime + '</h4>' +
 								'                </div>' +
 								'                </div>' +
 								'                </span>' +