This commit is contained in:
Taric Xin
2022-05-05 17:15:58 +08:00
9 changed files with 135 additions and 52 deletions

View File

@ -43,6 +43,8 @@ export class RebateTableComponent implements OnInit {
this.data = [
{
gradeConfigId: '0',
startAmount: 0,
endAmount: 0,
managementFeeRatio: 0,
}
];