|
@@ -23,13 +23,13 @@
|
|
|
<el-divider/>
|
|
<el-divider/>
|
|
|
<ElTabs v-model="activeTab">
|
|
<ElTabs v-model="activeTab">
|
|
|
<ElTabPane :label="'评审意见'" name="comments">
|
|
<ElTabPane :label="'评审意见'" name="comments">
|
|
|
- <!-- <div v-for="comment in commentList" :key="comment.id" class="comment-line">
|
|
|
|
|
|
|
+ <div v-for="comment in commentList" :key="comment.id" class="comment-line">
|
|
|
<div>
|
|
<div>
|
|
|
<i class="el-icon-plus"/>{{comment.creatorName}}
|
|
<i class="el-icon-plus"/>{{comment.creatorName}}
|
|
|
<span class="vice-comment"> @ {{comment.creatorName}} {{comment.commentType}}ed at {{comment.time}}</span>
|
|
<span class="vice-comment"> @ {{comment.creatorName}} {{comment.commentType}}ed at {{comment.time}}</span>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="comment-content">{{comment.content}}</div>
|
|
<div class="comment-content">{{comment.content}}</div>
|
|
|
- </div> -->
|
|
|
|
|
|
|
+ </div>
|
|
|
<el-timeline reverse = "true">
|
|
<el-timeline reverse = "true">
|
|
|
<el-timeline-item v-for="(item, index) in commentList" :key="index" :timestamp="formatTime(item.time)" class="comment-item">
|
|
<el-timeline-item v-for="(item, index) in commentList" :key="index" :timestamp="formatTime(item.time)" class="comment-item">
|
|
|
<el-row>
|
|
<el-row>
|