Commit c437c05c by wusiyi

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

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