mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 11:56:44 +08:00
Merge branch 'stat' of https://codeup.aliyun.com/6265f483e4166464dc2f9c14/boeu/portal into stat
This commit is contained in:
@@ -266,7 +266,12 @@ export default {
|
|||||||
if(this.type==30){
|
if(this.type==30){
|
||||||
content='案例评论'
|
content='案例评论'
|
||||||
}
|
}
|
||||||
|
if(this.type==60 || this.type==10 || this.type==20 || this.type==30) {
|
||||||
|
content=sendName+typeText+content
|
||||||
|
} else {
|
||||||
content=sendName+typeText+content+'-'+title
|
content=sendName+typeText+content+'-'+title
|
||||||
|
}
|
||||||
|
|
||||||
let message={
|
let message={
|
||||||
content,
|
content,
|
||||||
refId,
|
refId,
|
||||||
|
|||||||
@@ -57,7 +57,8 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="msg-body">
|
<div class="msg-body">
|
||||||
<a :href="returnRouter(item)">
|
<a :href="returnRouter(item)">
|
||||||
<div class="msg-body-content">{{item.tip}}-{{ item.content }}</div>
|
<div class="msg-body-content" v-if="item.content">{{item.tip}}-{{ item.content }}</div>
|
||||||
|
<div class="msg-body-content" v-else>{{item.tip}}</div>
|
||||||
</a>
|
</a>
|
||||||
<div class="msg-body-but">
|
<div class="msg-body-but">
|
||||||
<el-button type="danger" plain @click="delItem(item)">删除</el-button>
|
<el-button type="danger" plain @click="delItem(item)">删除</el-button>
|
||||||
|
|||||||
Reference in New Issue
Block a user