无人机管理后台前端(已迁走)
shuishen
2025-05-08 09231d0eb1b322728a9cc76f32ce825e3da48d53
复核状态栏显示处理
1 files modified
4 ■■■ changed files
src/views/tickets/ticket.vue 4 ●●● 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 '/'
      }