chenrui  hace 2 años
padre
commit
dabf3ea9d8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/securityCheck/components/securityCheckTable.vue

+ 1 - 1
src/views/securityCheck/components/securityCheckTable.vue

@@ -53,7 +53,7 @@
         "
         :rowClassName="rowClassName"
         bordered
-        :pagination="pagination"
+        :pagination="false"
         @change="handleTableChange"
         :loading="loading"
         :scroll="{ y: 650 }"