Selaa lähdekoodia

[UPDATE] fix pager-count bug in *historicTaskScreen

11868 1 vuosi sitten
vanhempi
commit
5d202e1a89
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1 1
      src/views/historicTaskScreen.vue
  2. 1 1
      src/views/situationScreen.vue

+ 1 - 1
src/views/historicTaskScreen.vue

@@ -331,7 +331,7 @@
                       <el-row type="flex" justify="end" style="margin-top: -20px;margin-right: -20px;">
                         <el-pagination
                             small
-                            :pager-count="4"
+                            :pager-count="5"
                             :total="this.danweiweidu.length"
                             :current-page="this.danweiweidu.currentPage"
                             :page-size="this.danweiweidu.pageSize"

+ 1 - 1
src/views/situationScreen.vue

@@ -321,7 +321,7 @@
                       <el-row type="flex" justify="end" style="margin-top: -20px;margin-right: -20px;">
                         <el-pagination
                             small
-                            :pager-count="4"
+                            :pager-count="5"
                             :total="this.danweiweidu.length"
                             :current-page="this.danweiweidu.currentPage"
                             :page-size="this.danweiweidu.pageSize"