mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 04:16:45 +08:00
提交修改
This commit is contained in:
@@ -50,9 +50,7 @@
|
|||||||
<span style="padding-right: 10px;"><el-checkbox v-model="item.checked" @change="setCheckAll(item)"></el-checkbox></span>
|
<span style="padding-right: 10px;"><el-checkbox v-model="item.checked" @change="setCheckAll(item)"></el-checkbox></span>
|
||||||
<span v-if="!item.isRead" style="font-size:12px;padding:5px 7px; border-radius: 2px;background: #FF6562;color: #fff;margin-right: 5px">未读</span>
|
<span v-if="!item.isRead" style="font-size:12px;padding:5px 7px; border-radius: 2px;background: #FF6562;color: #fff;margin-right: 5px">未读</span>
|
||||||
<span v-else style="font-size:14px;padding:5px 7px; background: #eee; border-radius: 2px; color: #666666;margin-right: 5px">已读</span>
|
<span v-else style="font-size:14px;padding:5px 7px; background: #eee; border-radius: 2px; color: #666666;margin-right: 5px">已读</span>
|
||||||
<a :href="returnRouter(item)">
|
<a :href="returnRouter(item)"><span>{{ item.title }}</span></a>
|
||||||
<span>{{ item.title }}</span>
|
|
||||||
</a>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="msg-body">
|
<div class="msg-body">
|
||||||
@@ -293,7 +291,6 @@ export default {
|
|||||||
this.$refs.guide.guideCollection = true;
|
this.$refs.guide.guideCollection = true;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
// 跳转详情事件11
|
// 跳转详情事件11
|
||||||
returnRouter(item) {
|
returnRouter(item) {
|
||||||
if (item.refType == 2) {
|
if (item.refType == 2) {
|
||||||
|
|||||||
Reference in New Issue
Block a user