diff --git a/src/components/common/Sidebar.vue b/src/components/common/Sidebar.vue index c87b0de..7c900b5 100644 --- a/src/components/common/Sidebar.vue +++ b/src/components/common/Sidebar.vue @@ -53,11 +53,11 @@ export default { return { activeIndex: "/realTimeMonitor", items: [ - // { - // icon: "el-icon-s-home", - // index: "/videoHistory", - // title: "首页", - // }, + { + icon: "el-icon-s-home", + index: "/videoHistory", + title: "首页", + }, { icon: "el-icon-camera", index: "/realTimeMonitor", diff --git a/src/views/alarmHandling/index.vue b/src/views/alarmHandling/index.vue index 2732d96..c9792af 100644 --- a/src/views/alarmHandling/index.vue +++ b/src/views/alarmHandling/index.vue @@ -398,7 +398,7 @@ export default { selectRow: {}, alarmLoading: false, canvasloading: false, - tableShow: true, //表格展示 + tableShow: false, //表格展示 zoomD: 1, canvansdata: "", current: 0, diff --git a/src/views/pictureRotation/index.vue b/src/views/pictureRotation/index.vue index 7d83eab..95cda41 100644 --- a/src/views/pictureRotation/index.vue +++ b/src/views/pictureRotation/index.vue @@ -34,8 +34,8 @@ v-if="index < colNum * i && index >= colNum * (i - 1)" :key="'col-' + index" > -
- + +
+ +
-

- {{ item.linename }}-{{ item.towername }}-{{ - item.alias !== null && item.alias !== "" - ? item.alias - : item.channnelname - }} - -

-

- {{ $moment(item.photoTime).format("yy-MM-DD HH:mm:ss") }}  -

+
+

+ {{ item.linename }}-{{ item.towername }}-({{ + item.alias !== null && item.alias !== "" + ? item.alias + : item.channnelname + }}) +

+

+ {{ $moment(item.photoTime).format("YYYY-MM-DD HH:mm:ss") }} +

+

无抓拍

+
@@ -141,12 +150,37 @@ 确 定 + +
+ {{ picInfoData.linename }}-{{ picInfoData.towername }}-({{ + picInfoData.alias !== null && picInfoData.alias !== "" + ? picInfoData.alias + : picInfoData.channnelname + }}) {{ $moment(picInfoData.photoTime).format("YYYY-MM-DD ") }} +
+ +