|
|
@ -2,7 +2,7 @@ |
|
|
|
<div nz-row [nzGutter]="24"> |
|
|
|
<div nz-row [nzGutter]="24"> |
|
|
|
<div nz-col [nzSpan]="6"> |
|
|
|
<div nz-col [nzSpan]="6"> |
|
|
|
<nz-form-item> |
|
|
|
<nz-form-item> |
|
|
|
<nz-form-label>用户电话</nz-form-label> |
|
|
|
<nz-form-label>用户手机号</nz-form-label> |
|
|
|
<nz-form-control> |
|
|
|
<nz-form-control> |
|
|
|
<input nzSize="large" nz-input formControlName="userPhone" placeholder="请输入" /> |
|
|
|
<input nzSize="large" nz-input formControlName="userPhone" placeholder="请输入" /> |
|
|
|
</nz-form-control> |
|
|
|
</nz-form-control> |
|
|
@ -72,7 +72,7 @@ |
|
|
|
[nzData]="tableData.list" > |
|
|
|
[nzData]="tableData.list" > |
|
|
|
<thead> |
|
|
|
<thead> |
|
|
|
<tr> |
|
|
|
<tr> |
|
|
|
<th nzWidth="130px">用户电话</th> |
|
|
|
<th nzWidth="130px">用户手机号</th> |
|
|
|
<th nzWidth="160px">退款单号</th> |
|
|
|
<th nzWidth="160px">退款单号</th> |
|
|
|
<th nzWidth="180px">交易单号</th> |
|
|
|
<th nzWidth="180px">交易单号</th> |
|
|
|
<th nzWidth="130px">商品单号</th> |
|
|
|
<th nzWidth="130px">商品单号</th> |
|
|
@ -121,7 +121,7 @@ |
|
|
|
<nz-tabset nzType="card" nzSize="small"> |
|
|
|
<nz-tabset nzType="card" nzSize="small"> |
|
|
|
<nz-tab nzTitle="退款详情"> |
|
|
|
<nz-tab nzTitle="退款详情"> |
|
|
|
<nz-descriptions nzBordered [nzColumn]="{ xxl: 2, xl: 2, lg: 2, md: 2, sm: 2, xs: 1 }"> |
|
|
|
<nz-descriptions nzBordered [nzColumn]="{ xxl: 2, xl: 2, lg: 2, md: 2, sm: 2, xs: 1 }"> |
|
|
|
<nz-descriptions-item nzTitle="用户电话">{{refundDetail.refund.userPhone}}</nz-descriptions-item> |
|
|
|
<nz-descriptions-item nzTitle="用户手机号">{{refundDetail.refund.userPhone}}</nz-descriptions-item> |
|
|
|
<nz-descriptions-item nzTitle="退款单号">{{refundDetail.refund.refundOrderNo}}</nz-descriptions-item> |
|
|
|
<nz-descriptions-item nzTitle="退款单号">{{refundDetail.refund.refundOrderNo}}</nz-descriptions-item> |
|
|
|
<nz-descriptions-item nzTitle="交易单号">{{refundDetail.refund.orderNo}}</nz-descriptions-item> |
|
|
|
<nz-descriptions-item nzTitle="交易单号">{{refundDetail.refund.orderNo}}</nz-descriptions-item> |
|
|
|
<nz-descriptions-item nzTitle="商品单号">{{refundDetail.refund.orderChildNo}}</nz-descriptions-item> |
|
|
|
<nz-descriptions-item nzTitle="商品单号">{{refundDetail.refund.orderChildNo}}</nz-descriptions-item> |
|
|
|