Commit f79a35c3 authored by youjie's avatar youjie

no message

parent 17dca041
...@@ -154,7 +154,7 @@ ...@@ -154,7 +154,7 @@
padding: 5px 10px; padding: 5px 10px;
} }
.GroupRateQuery-scope-box{ .GroupRateQuery-scope-box{
height: 60px; min-height: 60px;
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
align-items: center; align-items: center;
...@@ -379,9 +379,8 @@ ...@@ -379,9 +379,8 @@
</el-table-column> </el-table-column>
</el-table> </el-table>
<el-pagination background @current-change="handleCurrentChange" <el-pagination background @current-change="handleCurrentChange"
:page-sizes="[5,20,30,50,100]"
:current-page.sync="msg.pageIndex" :current-page.sync="msg.pageIndex"
layout="total,prev, pager, next, jumper" :page-size="msg.pageSize" :total="total"> layout="total,sizes,prev, pager, next, jumper" :page-size="msg.pageSize" :page-sizes="[5,20,30,50,100]" :total="total">
</el-pagination> </el-pagination>
<!-- <table class="singeRowTable" border="0" cellspacing="0" cellpadding="0"> <!-- <table class="singeRowTable" border="0" cellspacing="0" cellpadding="0">
<thead> <thead>
...@@ -469,7 +468,7 @@ export default { ...@@ -469,7 +468,7 @@ export default {
return{ return{
msg:{ msg:{
pageIndex:1, pageIndex:1,
pageSize:7, pageSize:5,
TCID: '', TCID: '',
TCNUM: '', TCNUM: '',
RB_Branch_Id: '', RB_Branch_Id: '',
......
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