mo пре 3 година
родитељ
комит
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;