This commit is contained in:
wangshiming
2022-02-22 15:11:57 +08:00
parent 1a49a3bcd5
commit 1e898b4672
4 changed files with 31 additions and 7 deletions

View File

@ -843,11 +843,11 @@ resourceStatus: any;
this.router.navigate(['order-management/vehicle-detailChange', value.id]);
}
/**
*取消待确认
*申请退款
*/
applyRefund(item: any) {
const modalRef = this.modal.create({
nzTitle: '取消待确认',
nzTitle: '申请退款',
nzContent: OneCarOrderCancelConfirmComponent,
nzComponentParams: {
i: item