|
|
|
@ -15,7 +15,7 @@ |
|
|
|
<template v-if="index < 1"> |
|
|
|
<template v-if="index < 1"> |
|
|
|
<span v-if="commentMap[comment.type]">{{commentMap[comment.type]}}: [{{comment.fullMessage}}]</span> |
|
|
|
<span v-if="commentMap[comment.type]">{{commentMap[comment.type]}}: [{{comment.fullMessage}}]</span> |
|
|
|
<span style="color: #1989fa; float: right;" |
|
|
|
<span style="color: #1989fa; float: right;" |
|
|
|
v-if="item.comments.length > 1" |
|
|
|
v-if="item.comments.filter(c => c.action === 'AddComment').length > 1" |
|
|
|
@click="handleClick">{{toggleText}} <i :class="[isFlag ? 'el-icon-arrow-up' : 'el-icon-arrow-down']"></i> </span> |
|
|
|
@click="handleClick">{{toggleText}} <i :class="[isFlag ? 'el-icon-arrow-up' : 'el-icon-arrow-down']"></i> </span> |
|
|
|
<p style="color: gray; font-size: 12px;" |
|
|
|
<p style="color: gray; font-size: 12px;" |
|
|
|
v-if="comment.time">{{comment.time}}</p> |
|
|
|
v-if="comment.time">{{comment.time}}</p> |
|
|
|
|