From 7de6cccf6937ef2e39f50a0e98e204d36cdbc584 Mon Sep 17 00:00:00 2001
From: bai <1643359946@qq.com>
Date: Sun, 5 Nov 2023 20:41:03 +0800
Subject: [PATCH] =?UTF-8?q?2023=E5=B9=B411=E6=9C=885=E6=97=A5=20=E4=BF=AE?=
=?UTF-8?q?=E6=94=B9=E5=88=97=E8=A1=A8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/kc/jiaoshi/index.vue | 127 ++++++++++++++++++++++++++++++++-
1 file changed, 126 insertions(+), 1 deletion(-)
diff --git a/src/views/kc/jiaoshi/index.vue b/src/views/kc/jiaoshi/index.vue
index bce31c9..87b476b 100644
--- a/src/views/kc/jiaoshi/index.vue
+++ b/src/views/kc/jiaoshi/index.vue
@@ -93,7 +93,14 @@
-
+
+
+
+
+
+
(currentCardIndex = index,searchReset())" :class="currentCardIndex == index?'active':''">
@@ -139,6 +146,111 @@
+
+
+
+
+ {{ index+1 }}
+
+
+
+
+
+
+
+
+
+
+ {{ record.jsNum }}
+
+
+
+
+
+
+
+ {{ record.child.length }}
+
+
+
+
+
+
+
+ {{ record.child.filter(x => x.sfyx == 0).length || 0 }}
+
+
+
+
+
+
+ 未检测
+ {{ statusLogList.filter(x => x.jxlName == record.jxlName && x.type != 'green' ).length }}
+
+
+
+
+
+
+ {{ record.child.filter(x => x?.nowIsClass).length || 0}}
+
+
+
+
+
+
+
+ {{ record.child.filter(x => x?.nowIsClass && x?.child['教师近景']?.isOnLine).length || 0}}
+
+
+
+
+
+
+
+ {{ record.child.filter(x => x?.nowIsClass && !x?.child['教师近景']?.isOnLine).length || 0 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+