|
|
@@ -722,7 +722,7 @@
|
|
|
<el-table-column prop="Name" label="分类名称" show-overflow-tooltip></el-table-column>
|
|
|
<el-table-column prop="Remark" label="备注" show-overflow-tooltip></el-table-column>
|
|
|
</el-table>
|
|
|
- <el-pagination style="float: right; margin-top: 10px; margin-bottom: 10px" :pager-count="5" @size-change="handleSizeChangeForAllAccess" @current-change="handleCurrentChangeForAllAccess"
|
|
|
+ <el-pagination style="float: right; margin-top: 10px; margin-bottom: 10px" :pager-count="4" @size-change="handleSizeChangeForAllAccess" @current-change="handleCurrentChangeForAllAccess"
|
|
|
:current-page="currentPageAllAccess" :page-sizes="[10, 50, 100, 200, 500]" :page-size="sizeAllAccess"
|
|
|
layout="total, sizes, prev, pager, next, jumper" :total="currentItemCountAllAccess">
|
|
|
</el-pagination>
|
|
|
@@ -752,7 +752,7 @@
|
|
|
<el-table-column prop="Name" label="分类名称" show-overflow-tooltip></el-table-column>
|
|
|
<el-table-column prop="Remark" label="备注" show-overflow-tooltip></el-table-column>
|
|
|
</el-table>
|
|
|
- <el-pagination style="float: right; margin-top: 10px; margin-bottom: 10px" :pager-count="5" @size-change="handleSizeChangeForAddAccess" @current-change="handleCurrentChangeForAddAccess"
|
|
|
+ <el-pagination style="float: right; margin-top: 10px; margin-bottom: 10px" :pager-count="4" @size-change="handleSizeChangeForAddAccess" @current-change="handleCurrentChangeForAddAccess"
|
|
|
:current-page="currentPageAddAccess" :page-sizes="[10, 50, 100, 200, 500]" :page-size="sizeAddAccess"
|
|
|
layout="total, sizes, prev, pager, next, jumper" :total="currentItemCountAddAccess">
|
|
|
</el-pagination>
|