Browse Source

完善问题

master
yunuo970428 2 years ago
parent
commit
62626fdc25
  1. 1
      supervise-portal-ui/src/components/flow/flowRecord.vue

1
supervise-portal-ui/src/components/flow/flowRecord.vue

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

Loading…
Cancel
Save