Explorar o código

增加一个审核状态

chenxiong %!s(int64=3) %!d(string=hai) anos
pai
achega
135245ac92
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  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'">