From 7f64f66a6178b39ae715ffb48f52b7f3741dd410 Mon Sep 17 00:00:00 2001
From: bai <1643359946@qq.com>
Date: Sun, 22 Oct 2023 15:37:09 +0800
Subject: [PATCH] =?UTF-8?q?2023=E5=B9=B410=E6=9C=8822=E6=97=A5=20=E4=BF=AE?=
=?UTF-8?q?=E6=94=B9=E6=99=BA=E6=85=A7=E6=95=99=E5=AE=A4=E9=A1=B5=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/kc/jiaoshi/index.vue | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
diff --git a/src/views/kc/jiaoshi/index.vue b/src/views/kc/jiaoshi/index.vue
index 6ab6845..1797897 100644
--- a/src/views/kc/jiaoshi/index.vue
+++ b/src/views/kc/jiaoshi/index.vue
@@ -86,10 +86,10 @@
总数
可直播
- 开放听课
+ 数量
{{ item.jsNum }}
- {{ cardList.length }}
- {{ getSysConfig().flag5 == 0?'否':'是' }}
+ {{ item.child.length }}
+ {{ item.child.filter(x => x.allIsOnLine == 4).length || 0 }}
正在上课
@@ -190,7 +190,12 @@
-
+
+
+ {{ text }}
+
+
+
{{ text == 0?'是':'否' }}