课程笔记按照修改时间排序和显示。

This commit is contained in:
weinan2087
2022-09-30 19:38:03 +08:00
parent 641fff7ede
commit 37aab3f8e6

View File

@@ -25,7 +25,7 @@
<div v-if="noteList.length > 0">
<div style="border-bottom:1px solid #4444;padding-bottom:25px;" v-for="note in noteList"
:key="note.id">
<span class="mycote-time">{{note.sysCreateTime}}
<span class="mycote-time">{{note.sysUpdateTime}}
<span class="sm">{{note.openType == 9?'公开':'私密'}}</span>
<span class="more">
<el-dropdown>