UI
This commit is contained in:
@ -12,6 +12,7 @@ import { environment } from '@env/environment';
|
||||
|
||||
const alainConfig: AlainConfig = {
|
||||
st: {
|
||||
bordered: true,
|
||||
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], toTop: false },
|
||||
|
||||
Reference in New Issue
Block a user