Browse Source

增加一个审核状态

chenxiong 3 years ago
parent
commit
135245ac92
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/components/tableList.vue

+ 3 - 1
src/components/tableList.vue

@@ -922,7 +922,9 @@
                   ? "已通过"
                   : scope.row[item.prop] === 2
                   ? "待审核"
-                  : ""
+                  : scope.row[item.prop] === -1
+                  ? '不可审核'
+                  : ''
               }}
             </span>
             <div v-else-if="item.scope === 'changeCLS'">