Browse Source

完善问题

master
yunuo970428 2 years ago
parent
commit
82d26f4471
  1. 1
      supervise-enterprise-ui/src/components/flow/flowRecord.vue

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

@ -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>

Loading…
Cancel
Save