删除了!

This commit is contained in:
2020-11-03 11:22:53 +08:00
parent 131f7e36cd
commit 81c33e9c3c
5 changed files with 5 additions and 5 deletions

View File

@@ -38,7 +38,7 @@
<a-empty />
</template>
<div class="pages">
<a-pagination v-if="!withdrawallist.total" v-model:current="page" :total="withdrawallist.total" :showLessItems="true" @change="pagechange"/>
<a-pagination v-if="withdrawallist.total" v-model:current="page" :total="withdrawallist.total" :showLessItems="true" @change="pagechange"/>
</div>
</div>
<NavBottom class="navbottom"></NavBottom>

View File

@@ -198,7 +198,7 @@
</template>
</div>
<div class="pages">
<a-pagination v-if="!salelist.total" v-model:current="page" :total="salelist.total" :showLessItems="true" @change="pagechange"/>
<a-pagination v-if="salelist.total" v-model:current="page" :total="salelist.total" :showLessItems="true" @change="pagechange"/>
</div>
</div>
<NavBottom class="navbottom"></NavBottom>