Commit 21ef3593 authored by 刘殿昕's avatar 刘殿昕

Merge branch 'ldx' into dev

parents 863513a1 0c882e66
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
</div> </div>
<!-- 分页 --> <!-- 分页 -->
<section class="com-pagination" v-if="paginationShow"> <section class="com-pagination" v-if="paginationShow">
<div class="com_page_total">{{ pagination.total }} 个条目</div> <div class="com_page_total">{{ total }} 个条目</div>
<div class="com_page_item"> <div class="com_page_item">
<div class="com_page_num" v-if="pageSizeShow"> <div class="com_page_num" v-if="pageSizeShow">
<div>每页条数:</div> <div>每页条数:</div>
......
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