Commit 287c5323 authored by 罗超's avatar 罗超

1

parent 9d9ab633
......@@ -98,17 +98,17 @@
</template>
</el-table-column>
</el-table>
<el-pagination
style="text-align: right"
background
@current-change="dighandleCurrentChange"
:page-size="DistributorMsg.pageSize"
layout="prev, pager, next"
:current-page.sync="DistributorMsg.pageIndex"
:total="fxsCount"
>
</el-pagination>
</div>
<el-pagination
style="text-align: right"
background
@current-change="dighandleCurrentChange"
:page-size="DistributorMsg.pageSize"
layout="prev, pager, next"
:current-page.sync="DistributorMsg.pageIndex"
:total="fxsCount"
>
</el-pagination>
<span slot="footer" class="dialog-footer">
<el-button @click="showDialog = false" size="small" type="primary"
>关闭</el-button
......@@ -150,7 +150,7 @@ export default {
showDialog: false,
sels: [],
fxsList: [],
fxsCount: 0
fxsCount: 0,
};
},
created() {
......
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