diff --git a/app/Http/Admin/Views/chapter/lessons_live.volt b/app/Http/Admin/Views/chapter/lessons_live.volt
index 74acfb80..6871a304 100644
--- a/app/Http/Admin/Views/chapter/lessons_live.volt
+++ b/app/Http/Admin/Views/chapter/lessons_live.volt
@@ -28,14 +28,12 @@
-
编号 |
名称 |
- 课件 |
学员 |
点赞 |
时间 |
@@ -59,7 +57,6 @@
{{ item.title }}
课
- {{ item.resource_count }} |
{{ item.user_count }} |
{{ item.like_count }} |
{{ live_time_info(item.attrs) }} |
diff --git a/app/Http/Admin/Views/chapter/lessons_read.volt b/app/Http/Admin/Views/chapter/lessons_read.volt
index 13891319..b2125d94 100644
--- a/app/Http/Admin/Views/chapter/lessons_read.volt
+++ b/app/Http/Admin/Views/chapter/lessons_read.volt
@@ -8,14 +8,12 @@
-
编号 |
名称 |
- 课件 |
学员 |
点赞 |
评论 |
@@ -41,7 +39,6 @@
课
- {{ item.resource_count }} |
{{ item.user_count }} |
{{ item.like_count }} |
{{ item.comment_count }} |
diff --git a/app/Http/Admin/Views/chapter/lessons_vod.volt b/app/Http/Admin/Views/chapter/lessons_vod.volt
index 4ada53de..7f31d3d1 100644
--- a/app/Http/Admin/Views/chapter/lessons_vod.volt
+++ b/app/Http/Admin/Views/chapter/lessons_vod.volt
@@ -22,14 +22,12 @@
-
编号 |
名称 |
- 课件 |
学员 |
点赞 |
评论 |
@@ -59,7 +57,6 @@
时长:{{ item.attrs['duration']|duration }}
- {{ item.resource_count }} |
{{ item.user_count }} |
{{ item.like_count }} |
{{ item.comment_count }} |