This commit is contained in:
wangshiming
2022-03-29 13:53:23 +08:00
parent ff02b82dc4
commit f5fc1b901d
5 changed files with 44 additions and 60 deletions

View File

@ -4,7 +4,7 @@
* @Author : Shiming
* @Date : 2022-02-24 20:09:49
* @LastEditors : Shiming
* @LastEditTime : 2022-03-29 10:51:52
* @LastEditTime : 2022-03-29 11:14:08
* @FilePath : \\tms-obc-web\\src\\app\\routes\\partner\\rebate-management\\components\\rebate-setting\\rebate-setting.component.html
* Copyright (C) 2022 huzhenhong. All rights reserved.
-->
@ -41,6 +41,7 @@
#st
[data]="service.$api_get_rebateConfig"
[columns]="columns"
[scroll]="{x: '1200px'}"
[req]="{ method: 'POST', allInBody: true, reName: { pi: 'pageIndex', ps: 'pageSize' }, params: reqParams }"
[res]="{ reName: { list: 'data.records', total: 'data.total' } }"
[page]="{ show: true, showSize: true, pageSizes: [10, 20, 30, 50, 100, 200, 300, 500, 1000] }"