chenrui  2 년 전
부모
커밋
dabf3ea9d8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 }"