Browse Source

Finish Hotfix-zh-245

howie 3 năm trước cách đây
mục cha
commit
37a6d554e0

+ 1 - 1
src/views/deposit_commerce/deposit_list.vue

@@ -476,7 +476,7 @@
         <div class="fr">
         <div class="fr">
           <el-pagination
           <el-pagination
             :current-page="currentPage"
             :current-page="currentPage"
-            :page-sizes="[10, 20, 30, 50]"
+            :page-sizes="[10, 50, 100, 500]"
             :page-size="10"
             :page-size="10"
             layout="total, sizes, prev, pager, next, jumper"
             layout="total, sizes, prev, pager, next, jumper"
             :total="listTotal"
             :total="listTotal"

+ 1 - 1
src/views/deposit_home/deposit_list.vue

@@ -505,7 +505,7 @@
         <div class="fr">
         <div class="fr">
           <el-pagination
           <el-pagination
             :current-page="currentPage"
             :current-page="currentPage"
-            :page-sizes="[10, 20, 30, 50]"
+            :page-sizes="[10, 50, 100, 500]"
             :page-size="10"
             :page-size="10"
             layout="total, sizes, prev, pager, next, jumper"
             layout="total, sizes, prev, pager, next, jumper"
             :total="listTotal"
             :total="listTotal"