浏览代码

增加一个审核状态

chenxiong 3 年之前
父节点
当前提交
135245ac92
共有 1 个文件被更改,包括 3 次插入1 次删除
  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'">