1
0
mirror of https://gitee.com/koogua/course-tencent-cloud.git synced 2025-06-23 20:00:27 +08:00

去除课时列表中的课件属性

This commit is contained in:
xiaochong0302 2023-09-03 10:54:55 +08:00
parent 40380132a2
commit 66bd0965d6
3 changed files with 0 additions and 9 deletions

View File

@ -28,14 +28,12 @@
<col>
<col>
<col>
<col>
<col width="10%">
</colgroup>
<thead>
<tr>
<th>编号</th>
<th>名称</th>
<th>课件</th>
<th>学员</th>
<th>点赞</th>
<th>时间</th>
@ -59,7 +57,6 @@
<a href="{{ edit_url }}">{{ item.title }}</a>
<span class="layui-badge layui-bg-green">课</span>
</td>
<td>{{ item.resource_count }}</td>
<td>{{ item.user_count }}</td>
<td>{{ item.like_count }}</td>
<td>{{ live_time_info(item.attrs) }}</td>

View File

@ -8,14 +8,12 @@
<col>
<col>
<col>
<col>
<col width="10%">
</colgroup>
<thead>
<tr>
<th>编号</th>
<th>名称</th>
<th>课件</th>
<th>学员</th>
<th>点赞</th>
<th>评论</th>
@ -41,7 +39,6 @@
<span class="layui-badge layui-bg-green">课</span>
</p>
</td>
<td>{{ item.resource_count }}</td>
<td>{{ item.user_count }}</td>
<td>{{ item.like_count }}</td>
<td>{{ item.comment_count }}</td>

View File

@ -22,14 +22,12 @@
<col>
<col>
<col>
<col>
<col width="10%">
</colgroup>
<thead>
<tr>
<th>编号</th>
<th>名称</th>
<th>课件</th>
<th>学员</th>
<th>点赞</th>
<th>评论</th>
@ -59,7 +57,6 @@
<span>时长:{{ item.attrs['duration']|duration }}</span>
</p>
</td>
<td>{{ item.resource_count }}</td>
<td>{{ item.user_count }}</td>
<td>{{ item.like_count }}</td>
<td>{{ item.comment_count }}</td>