Browse Source

Merge branch '20230223_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20230223_pc_vue_new_branch

陈少旭 10 months ago
parent
commit
81f8933827
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/xt_pages/device/objectRegistration.vue

+ 2 - 2
src/xt_pages/device/objectRegistration.vue View File

106
                 </el-table-column>
106
                 </el-table-column>
107
             </el-table>
107
             </el-table>
108
             <el-pagination
108
             <el-pagination
109
-              :page-sizes="[10, 20, 50, 100]"
110
-              :page-size="10"
109
+              :page-sizes="[500, 1000, 1500, 2000,2500]"
110
+              :page-size="500"
111
               background
111
               background
112
               style="margin-top:20px;float: right"
112
               style="margin-top:20px;float: right"
113
               layout="total, sizes, prev, pager, next, jumper"
113
               layout="total, sizes, prev, pager, next, jumper"