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>