This commit is contained in:
Taric Xin
2022-02-25 11:17:21 +08:00
parent 2c2715acf0
commit 4cd04a0671
7 changed files with 10 additions and 13 deletions

View File

@ -14,7 +14,7 @@ const alainConfig: AlainConfig = {
st: {
req: { method: 'POST', allInBody: true, reName: { pi: 'pageIndex', ps: 'pageSize' } },
res: { reName: { list: 'data.records', total: 'data.total' } },
page: { show: true, showSize: true, pageSizes: [10, 20, 30, 50, 100, 200, 300, 500, 1000] },
page: { show: true, showSize: true, pageSizes: [10, 20, 30, 50, 100, 200, 300, 500, 1000], toTop: false },
modal: { size: 'lg' }
},
sf: { button: { search: '查询' } },