zhangjie 1 year ago
parent
commit
d7cdddd5af
1 changed files with 11 additions and 0 deletions
  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>