mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-14 21:36:42 +08:00
修改课程笔记编辑时顶部的笔记公开状态。
This commit is contained in:
@@ -63,7 +63,7 @@
|
|||||||
<div v-show="isEdit">
|
<div v-show="isEdit">
|
||||||
<p style="margin-top:37px">
|
<p style="margin-top:37px">
|
||||||
<span style="font-size: 14px;color: #333333;margin-left:10px;">{{mynoteData.sysCreateTime}}</span>
|
<span style="font-size: 14px;color: #333333;margin-left:10px;">{{mynoteData.sysCreateTime}}</span>
|
||||||
<span class="sm">{{mynoteData.openType == 1?'公开':'私密'}}</span>
|
<span class="sm">{{mynoteData.openType == 9?'公开':'私密'}}</span>
|
||||||
<svg-icon style="float:right;font-size:26px;margin-top:16px" icon-class="spot"></svg-icon>
|
<svg-icon style="float:right;font-size:26px;margin-top:16px" icon-class="spot"></svg-icon>
|
||||||
</p>
|
</p>
|
||||||
<div class="newcote-content" style="margin-top:10px;min-height:236px;height: 100%;">
|
<div class="newcote-content" style="margin-top:10px;min-height:236px;height: 100%;">
|
||||||
|
|||||||
Reference in New Issue
Block a user