From 78eb7de549a78e0ecd38d2ed4b793da73ce3119f Mon Sep 17 00:00:00 2001
From: zhangqun <179111901@qq.com>
Date: Thu, 28 Dec 2023 17:29:46 +0800
Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F=E5=A4=9A=E4=BD=99=E5=AF=BC?=
=?UTF-8?q?=E8=88=AA=EF=BC=8C=E5=B7=A1=E6=A3=80=E4=BB=BB=E5=8A=A1-?=
=?UTF-8?q?=E5=B7=A1=E6=A3=80=E7=BB=84=E5=9B=9E=E6=98=BE=E5=8F=98=E6=9B=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/page/index/index.vue | 8 ++++----
src/page/index/top/index.vue | 8 ++++----
src/store/modules/common.js | 2 +-
src/views/inspection/insTask.vue | 14 +++++++++++---
4 files changed, 20 insertions(+), 12 deletions(-)
diff --git a/src/page/index/index.vue b/src/page/index/index.vue
index 2339a27..2401584 100644
--- a/src/page/index/index.vue
+++ b/src/page/index/index.vue
@@ -94,10 +94,10 @@ export default {
clearInterval(this.timer);
return;
}
- if (this.itemList.length === 0) {
- this.notifyList = [];
- this.notice();
- }
+ // if (this.itemList.length === 0) {
+ // this.notifyList = [];
+ // this.notice();
+ // }
}, 20000);
},
// 消息通知
diff --git a/src/page/index/top/index.vue b/src/page/index/top/index.vue
index 122d38e..26a733d 100644
--- a/src/page/index/top/index.vue
+++ b/src/page/index/top/index.vue
@@ -40,7 +40,7 @@
-->
- 一键已读 {{total}}
+
-
-
+ -->
-
+
+
+
+
@@ -470,7 +478,7 @@
{{taskForm.planName}}
{{taskForm.taskCode}}
- {{taskForm.groupId | groupName}}
+ {{taskForm.groupName}}
{{taskForm.actStartTime}}
{{taskForm.actFinishTime}}