Commit c437c05c by wusiyi

feat: 修改工厂订单new分页上限

parent 580e4f10
......@@ -254,7 +254,7 @@
<ElPagination
:current-page="currentPage"
:page-size="pageSize"
:page-sizes="[50, 100, 200, 300]"
:page-sizes="[50, 100, 200, 300, 500]"
background
layout="total, sizes, prev, pager, next, jumper"
:total="total"
......
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