|
@@ -30,7 +30,7 @@
|
|
|
<el-col :span="24" class="page">
|
|
|
<div class="block">
|
|
|
<el-pagination @size-change="handleSizeChange" @current-change="handleCurrentChange"
|
|
|
- :current-page="currentPage" layout="total,prev, pager, next, jumper" :total="1">
|
|
|
+ :current-page="currentPage" layout="total,prev, pager, next, jumper" :total="total">
|
|
|
</el-pagination>
|
|
|
</div>
|
|
|
</el-col>
|
|
@@ -45,6 +45,7 @@ export default {
|
|
|
name: 'mainRight',
|
|
|
props: {
|
|
|
mainRightList: null,
|
|
|
+ total:null,
|
|
|
},
|
|
|
components: {},
|
|
|
data: () => ({
|