文章详情 Reviewer detail 打开弹窗
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
<el-form-item label="Disclose name or anonymous" label-width="200px">
|
||||
<span v-if="reviewList.length > 0&&reviewList[0].is_anonymous == 0">Disclose name</span>
|
||||
<span v-if="reviewList.length > 0&&reviewList[0].is_anonymous == 1">Remain anonymous</span>
|
||||
<span v-if="reviewList.length== 0">-</span>
|
||||
</el-form-item>
|
||||
<!-- <el-form-item label="Status">
|
||||
<span>{{ mystate(detailDate.state) }}</span>
|
||||
@@ -1246,6 +1247,8 @@ console.log('at line 1094:', this.reviewList)
|
||||
this.questionform.comment = res.data.comments;
|
||||
this.questionform.is_anonymous = res.data.is_anonymous;
|
||||
this.questionform.type= res.data.type;this.questionform.score = res.data.score;
|
||||
}else{
|
||||
|
||||
}
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user