guhongwei 5 years ago
parent
commit
978b94aac6
2 changed files with 14 additions and 0 deletions
  1. 7 0
      src/views/account/register.vue
  2. 7 0
      src/views/certificate/index.vue

+ 7 - 0
src/views/account/register.vue

@@ -45,6 +45,9 @@
             </template>
           </el-table-column>
         </el-table>
+        <el-col class="paging">
+          <el-pagination background layout="prev, pager, next" :total="1000"></el-pagination>
+        </el-col>
       </el-col>
     </el-row>
     <el-dialog title="编辑账号" :visible.sync="editFormVisible">
@@ -257,4 +260,8 @@ h6 {
 .searchBtn .el-button {
   border-radius: 0;
 }
+.paging {
+  text-align: right;
+  margin: 10px 0;
+}
 </style>

+ 7 - 0
src/views/certificate/index.vue

@@ -32,6 +32,9 @@
             </template>
           </el-table-column>
         </el-table>
+        <el-col class="paging">
+          <el-pagination background layout="prev, pager, next" :total="1000"></el-pagination>
+        </el-col>
       </el-col>
     </el-row>
     <el-dialog title="修改信息" :visible.sync="dialogFormVisible" width="25%">
@@ -208,4 +211,8 @@ h6 {
 .searchBtn .el-button {
   border-radius: 0;
 }
+.paging {
+  text-align: right;
+  margin: 10px 0;
+}
 </style>