Commit 7787212f authored by youjie's avatar youjie

no message

parent 58b89d0e
...@@ -323,7 +323,7 @@ ...@@ -323,7 +323,7 @@
</tbody> </tbody>
</table> </table>
<el-pagination background @current-change="handleCurrentChange" :current-page.sync="msg.currentPage" <el-pagination background @current-change="handleCurrentChange" :current-page.sync="msg.currentPage"
layout="total, sizes, prev, pager, next, jumper" :page-size="msg.pageSize" :page-sizes="[10, 20, 30, 40,50]" layout="total, sizes, prev, pager, next, jumper" :page-size="msg.pageSize" :page-sizes="[8, 10, 20, 30, 40,50]"
@size-change="handleSizeChange" :total="msg.total"> @size-change="handleSizeChange" :total="msg.total">
</el-pagination> </el-pagination>
</div> </div>
......
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