解决冲突

This commit is contained in:
wangshiming
2022-02-24 19:20:58 +08:00
parent 90461ee459
commit 6dcbdfaf94
3 changed files with 22 additions and 3 deletions

View File

@ -18,7 +18,7 @@ export class InsuranceTableComponent implements OnInit {
schema: SFSchema = {};
ui!: SFUISchema;
formatterDollar = (value: number): string => `${value} (含)`;
formatterDollar = (value: number): string => `${value}`;
minInsurancePrice: number = 0;
changeSub = new Subject<string>();
constructor(public service: BaseService, private cdr: ChangeDetectorRef) {}