diff --git a/src/api/data/videoInspection.ts b/src/api/data/videoInspection.ts index 5ea1332..a4f9df7 100644 --- a/src/api/data/videoInspection.ts +++ b/src/api/data/videoInspection.ts @@ -5,4 +5,10 @@ export function listVideoInspection(query) { url: `/videoInspection`, query: query }); +} + +export function getVideoInspectionInfo(id) { + return request.get({ + url: `/videoInspection/${id}` + }); } \ No newline at end of file diff --git a/src/components/negative/description.vue b/src/components/negative/description.vue index 68af23f..d28125e 100644 --- a/src/components/negative/description.vue +++ b/src/components/negative/description.vue @@ -10,9 +10,9 @@ {{ negative.discoveryTime }} -
+
- {{ negative.happenTime || '/' }} + {{ negative.happenTime }}
@@ -52,9 +52,9 @@
-
+
- {{ negative.caseNumber || '/' }} + {{ negative.caseNumber }}
diff --git a/src/views/data/VideoInspection.vue b/src/views/data/VideoInspection.vue index ecfce9d..ee40c4f 100644 --- a/src/views/data/VideoInspection.vue +++ b/src/views/data/VideoInspection.vue @@ -61,7 +61,9 @@ @@ -80,54 +82,98 @@
- -
-
- - {{ }} -
-
- - {{ }} -
-
- - {{ }} -
-
- - {{ }} -
-
- - {{ }} -
-
- - {{ }} -
-
- - {{ }} -
-
- - {{ }} -
-
- - {{ }} -
-
- - {{ }} + +
+
+
+ + {{ info.rqsj }} +
+
+ + {{ info.alarmLevel }} +
+
+ + {{ info.registrationDepartName }} +
+
+ + {{ info.happenDepartName }} +
+
+ + {{ info.systemKeyName }} +
+
+ + {{ info.sTitle }} +
+
+ + {{ info.title }} +
+
+ + {{ info.content }} +
+ + + +
+ 证据图片时间 +
+ +
{{ item.dmtbzrqsj }}
+
+
+ + +
+
+ + {{ info.sTitle }} +
+
+ + {{ info.happenDepartName }} +
+
+ + {{ activeZl.dmtbzrqsj }} +
+
+
+ +
+
+
+
- - \ No newline at end of file diff --git a/src/views/system/DepartMaping.vue b/src/views/system/DepartMaping.vue index 6f103a5..40da0be 100644 --- a/src/views/system/DepartMaping.vue +++ b/src/views/system/DepartMaping.vue @@ -1,9 +1,13 @@