| src/views/tickets/ticket.vue | ●●●●● patch | view | raw | blame | history |
src/views/tickets/ticket.vue
@@ -828,7 +828,9 @@ showIsReviewText () { return (row) => { if (['4', '5'].includes(row.status)) return row.isReview === 1 ? '是' : '否' console.log(row, 111111) if (['4', '5'].includes(String(row.status))) return row.isReview === 1 ? '是' : '否' return '/' }