Commit 948b701c by tang

feat: 去除pageCount

parent 52ea5a18
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
<el-pagination <el-pagination
:current-page="pages.currentPage" :current-page="pages.currentPage"
:page-size="pages.pageSize" :page-size="pages.pageSize"
:pager-count="pages.pageCount"
layout="prev, pager, next" layout="prev, pager, next"
:total="pages.total" :total="pages.total"
background background
...@@ -170,4 +169,4 @@ export default { ...@@ -170,4 +169,4 @@ export default {
} }
} }
} }
</style> </style>
\ No newline at end of file
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