zhangjie 1 년 전
부모
커밋
d7cdddd5af
1개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  1. 11 0
      src/modules/record/components/DocumentDetailDialog.vue

+ 11 - 0
src/modules/record/components/DocumentDetailDialog.vue

@@ -188,6 +188,17 @@
             </template>
           </el-table-column>
         </el-table>
+        <div class="part-page">
+          <el-pagination
+            background
+            layout="total,prev, pager, next"
+            :current-page="current"
+            :total="total"
+            :page-size="size"
+            @current-change="toPage"
+          >
+          </el-pagination>
+        </div>
       </div>
     </el-dialog>