sumyangyang 1 rok pred
rodič
commit
4f6687c245
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      src/views/forest.vue

+ 1 - 1
src/views/forest.vue

@@ -365,7 +365,7 @@
               <div class="paging">
                 <el-button type="button" @click="getEventList(calendarDay,10,pageNum-1)">上一页
                 </el-button>
-                <!-- <span>第0页</span> -->
+                 <span>第{{pageNum}}页</span>
                 <el-button type="button" @click="getEventList(calendarDay,10,pageNum+1)">下一页
                 </el-button>
               </div>