Sfoglia il codice sorgente

fixed: 判断pagination是否展示

刘洋 3 anni fa
parent
commit
ab48b0c404

+ 1 - 0
2022/aiot-evaluate/src/components/table-module/index.vue

@ -30,6 +30,7 @@
30 30
31 31
    <!-- 分页器 -->
32 32
    <ipu-page
33
      v-if="pageData?.page"
33 34
      class="pagination"
34 35
      :page="pageData?.page"
35 36
      @handleCurrentChange="handleCurrentChange"