mo 3 лет назад
Родитель
Сommit
09c502ee79
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/views/auditList/index.vue

+ 1 - 1
src/views/auditList/index.vue

@@ -311,7 +311,7 @@ export default {
   },
   methods: {
     selectable(row, index) {
-      return row.auditStatus == "AUDITING";
+      return row.status == "AUDITING";
     },
     search() {
       this.pageInfo.page = 1;