-
+
-
+
+
+
+
+
+
+
+
+
- 重置
- 查询
+ 重置
+ 查询
导出Excel
打印
-
-
-
-
-
-
-
-
+
+
+
-
- {{ scope.row.reviewStatus === '待审核' ? '待审核' : '拒绝' }}
+ {{ getNodeTypeLabel(scope.row.nodeType) }}
+
+
+
+
+
+
+
+
+
+ {{ scope.row.auditStatus === '0' ? '待审核' : scope.row.auditStatus === '1' ? '已通过' : '已拒绝' }}
-
- {{ scope.row.status === '1' ? '启用' : '禁用' }}
+
+ {{ scope.row.status === '0' ? '正常' : '停用' }}
审核
- 启用
- 禁用
+ 禁用
+ 启用
@@ -62,24 +77,29 @@
total }}
条
+ :total="total" layout="prev, pager, next" @size-change="getList"
+ @current-change="getList">
-