Commit 99ff4d00 by pangchong

feat: 事件列表

parent 3482024b
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
</a-table> </a-table>
</div> </div>
<div class="px-4"> <div class="px-4">
<a-pagination class="justify-end" show-total show-page-size :total="total!" v-model:current="page" v-model:page-size="pageSize" /> <a-pagination class="justify-end" show-total show-page-size :total="total ? total : 0" v-model:current="page" v-model:page-size="pageSize" />
</div> </div>
</div> </div>
</template> </template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment