diff --git a/src/api/scenic.js b/src/api/scenic.js index 185067a..aa23b9f 100644 --- a/src/api/scenic.js +++ b/src/api/scenic.js @@ -17,3 +17,11 @@ export function getGpsStatusListApi(data) { params: data }) } +//监控 +export function getSourceGpsApi(data) { + return request({ + url: '/fjtcc-api/api/largeScreen/source/gps', + method: 'get', + params: data + }) +} \ No newline at end of file diff --git a/src/assets/images/jk-ico-2.png b/src/assets/images/jk-ico-2.png new file mode 100644 index 0000000..2cbd4b9 Binary files /dev/null and b/src/assets/images/jk-ico-2.png differ diff --git a/src/assets/images/jk-ico.png b/src/assets/images/jk-ico.png new file mode 100644 index 0000000..e5420ca Binary files /dev/null and b/src/assets/images/jk-ico.png differ diff --git a/src/views/collect/components/video-box.vue b/src/views/collect/components/video-box.vue index 8fd1c62..33137e8 100644 --- a/src/views/collect/components/video-box.vue +++ b/src/views/collect/components/video-box.vue @@ -7,7 +7,13 @@ -->
{{item.label}}
- @@ -406,6 +403,9 @@ } &:nth-child(4) { .monitor-statistics-item__error { + margin-top: vh(10); + font-weight: bold; + font-size: vw(24); color: #e21b1b; } .monitor-statistics-item__value { diff --git a/src/views/vehicles/components/big-map.vue b/src/views/vehicles/components/big-map.vue index 6588f66..70b5878 100644 --- a/src/views/vehicles/components/big-map.vue +++ b/src/views/vehicles/components/big-map.vue @@ -40,11 +40,19 @@ :class="{ item__active: current === index }" v-for="(item, index) in listTabs" :key="index" - @click="handleItem(item, index)" + @click.stop="handleItem(item, index)" > -
-

{{ item.licenseNumber }}

- +
+

+ {{ item.licenseNumber }} + +

+
@@ -77,11 +85,20 @@
+ + +
+
+ + +
+
+
+