Ver Fonte

fix:重新添加了评审意见相关内容

xuxiaopang há 2 anos atrás
pai
commit
2bec929362
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      src/views/Project/CodeReviewDetail.vue

+ 2 - 2
src/views/Project/CodeReviewDetail.vue

@@ -23,13 +23,13 @@
     <el-divider/>
     <ElTabs v-model="activeTab">
       <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>
             <i class="el-icon-plus"/>{{comment.creatorName}}
             <span class="vice-comment"> @ {{comment.creatorName}} {{comment.commentType}}ed at {{comment.time}}</span>
           </div>
           <div class="comment-content">{{comment.content}}</div>
-        </div> -->
+        </div>
         <el-timeline reverse = "true">
           <el-timeline-item v-for="(item, index) in commentList" :key="index" :timestamp="formatTime(item.time)" class="comment-item">
             <el-row>