From f41ad2f5ca6e4f2fbcea215938e7f627be8c4817 Mon Sep 17 00:00:00 2001
From: fanluyan <754122931@qq.com>
Date: Thu, 15 Jun 2023 14:35:39 +0800
Subject: [PATCH] =?UTF-8?q?=E6=A0=B9=E6=8D=AE=E7=8A=B6=E6=80=81=E8=BF=94?=
=?UTF-8?q?=E5=9B=9E=E6=98=BE=E7=A4=BA=E6=8F=90=E7=A4=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/utils/api/index.js | 12 ++
src/views/pictureRotation/index.vue | 6 +-
src/views/realTimeMonitor/index.vue | 218 ++++++++++++++++------------
vue.config.js | 2 +-
4 files changed, 147 insertions(+), 91 deletions(-)
diff --git a/src/utils/api/index.js b/src/utils/api/index.js
index d816fa9..80ce745 100644
--- a/src/utils/api/index.js
+++ b/src/utils/api/index.js
@@ -684,3 +684,15 @@ export function updateMarkEnableStatus(data) {
},
});
}
+
+///api/getTermStatus
+export function getTermStatus(data) {
+ return request({
+ url: "/api/getTermStatus",
+ method: "post",
+ data,
+ headers: {
+ "Content-Type": "application/x-www-form-urlencoded;charset=UTF-8",
+ },
+ });
+}
diff --git a/src/views/pictureRotation/index.vue b/src/views/pictureRotation/index.vue
index 9c36fae..de82913 100644
--- a/src/views/pictureRotation/index.vue
+++ b/src/views/pictureRotation/index.vue
@@ -48,7 +48,11 @@
- {{ item.linename }}-{{ item.displayname }}-{{ + {{ item.linename }}-{{ + item.displayname !== null && item.displayname !== "" + ? item.displayname + : item.cmdid + }}-{{ item.alias !== null && item.alias !== "" ? item.alias : item.channnelname diff --git a/src/views/realTimeMonitor/index.vue b/src/views/realTimeMonitor/index.vue index ceff47d..ae7e6f3 100644 --- a/src/views/realTimeMonitor/index.vue +++ b/src/views/realTimeMonitor/index.vue @@ -114,11 +114,7 @@