|
|
@ -34,6 +34,7 @@ |
|
|
|
<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> |
|
|
|
<el-tag type="danger" v-if="item.comment.type === '3'"> {{ item.comment.comment }}</el-tag> |
|
|
|
<el-tag type="success" v-if="item.comment.type === '4'"> {{ item.comment.comment }}</el-tag> |
|
|
|
<el-tag type="danger" v-if="item.comment.type === '7'"> {{ item.comment.comment }}</el-tag> |
|
|
|
<el-tag type="danger" v-if="item.comment.type === '6'"> {{ item.comment.comment }}</el-tag> |
|
|
|
</p> |
|
|
|