This commit is contained in:
wangshiming
2022-05-05 15:20:46 +08:00
parent df07ed9b06
commit b24202dbf1
3 changed files with 41 additions and 26 deletions

View File

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