@ -30,6 +30,7 @@
</div>
<div>
<el-tag type="success"> {{ item.comment.comment }}</el-tag>
<p v-if="item.comment">
<el-tag type="success" v-if="item.comment.type === '1'"> {{ item.comment.comment }}</el-tag>
<el-tag type="warning" v-if="item.comment.type === '2'"> {{ item.comment.comment }}</el-tag>