mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 11:56:44 +08:00
课程笔记按照修改时间排序和显示。
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
<div v-if="noteList.length > 0">
|
<div v-if="noteList.length > 0">
|
||||||
<div style="border-bottom:1px solid #4444;padding-bottom:25px;" v-for="note in noteList"
|
<div style="border-bottom:1px solid #4444;padding-bottom:25px;" v-for="note in noteList"
|
||||||
:key="note.id">
|
:key="note.id">
|
||||||
<span class="mycote-time">{{note.sysCreateTime}}
|
<span class="mycote-time">{{note.sysUpdateTime}}
|
||||||
<span class="sm">{{note.openType == 9?'公开':'私密'}}</span>
|
<span class="sm">{{note.openType == 9?'公开':'私密'}}</span>
|
||||||
<span class="more">
|
<span class="more">
|
||||||
<el-dropdown>
|
<el-dropdown>
|
||||||
|
|||||||
Reference in New Issue
Block a user