From 48d62bbf1e839637fcb62e342fd555273bec38db Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=A7=8B=E4=BA=8E=E5=88=9D=E8=A7=81?= <752204717@qq.com>
Date: Wed, 13 Nov 2024 09:55:51 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9C=AA=E5=BC=80=E5=90=AF=E5=AD=A6=E4=B9=A0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/modules/user/userCourse.vue | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/src/views/modules/user/userCourse.vue b/src/views/modules/user/userCourse.vue
index 29b7fd1..97c1e89 100644
--- a/src/views/modules/user/userCourse.vue
+++ b/src/views/modules/user/userCourse.vue
@@ -84,13 +84,21 @@
align="center"
label="开通时间"
>
+
+ {{scope.row.startTime?scope.row.startTime:'未开启学习'}}
+
+
+ >
+ {{scope.row.endTime?scope.row.endTime:'未开启学习'}}
+
+
+