|
@@ -72,7 +72,13 @@
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="list" style="padding-top:50px" v-else v-loading="loading"></el-col>
|
|
|
<el-col :span="24" class="page">
|
|
|
- <el-pagination @current-change="search" :current-page="currentPage" :page-size="$limit" layout="slot, total, prev, pager, next, jumper" :total="totalRow">
|
|
|
+ <el-pagination
|
|
|
+ @current-change="search"
|
|
|
+ :current-page="currentPage"
|
|
|
+ :page-size="$limit"
|
|
|
+ layout="slot, total, prev, pager, next, jumper"
|
|
|
+ :total="totalRow"
|
|
|
+ >
|
|
|
<span style="font-size:13px;margin-right: 10px;font-weight: 400;color: #606266;">共 {{ Math.ceil(totalRow / $limit) }} 页</span>
|
|
|
</el-pagination>
|
|
|
</el-col>
|