Commit f79a35c3 authored by youjie's avatar youjie

no message

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