|
|
@ -163,7 +163,7 @@ |
|
|
|
<th nzWidth="100px">支付金额</th> |
|
|
|
<th nzWidth="100px">支付金额</th> |
|
|
|
<th nzWidth="140px">生成时间</th> |
|
|
|
<th nzWidth="140px">生成时间</th> |
|
|
|
<th nzWidth="100px" nzRight>支付方式</th> |
|
|
|
<th nzWidth="100px" nzRight>支付方式</th> |
|
|
|
<th nzWidth="300px" nzRight>充值状态</th> |
|
|
|
<th nzWidth="90px" nzRight>充值状态</th> |
|
|
|
<th nzWidth="100px" nzRight>订单状态</th> |
|
|
|
<th nzWidth="100px" nzRight>订单状态</th> |
|
|
|
<th nzWidth="200px" nzRight>操作</th> |
|
|
|
<th nzWidth="200px" nzRight>操作</th> |
|
|
|
</tr> |
|
|
|
</tr> |
|
|
@ -196,7 +196,7 @@ |
|
|
|
</nz-table> |
|
|
|
</nz-table> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<nz-modal [(nzVisible)]="isVisible" nzTitle="订单详情" nzWidth="1200"> |
|
|
|
<nz-modal [(nzVisible)]="isVisible" nzTitle="订单详情" nzWidth="1200" (nzOnOk)="isVisible = false" (nzOnCancel)="isVisible = false"> |
|
|
|
<nz-descriptions nzBordered [nzColumn]="{ xxl: 4, xl: 3, lg: 3, md: 3, sm: 2, xs: 1 }"> |
|
|
|
<nz-descriptions nzBordered [nzColumn]="{ xxl: 4, xl: 3, lg: 3, md: 3, sm: 2, xs: 1 }"> |
|
|
|
<nz-descriptions-item nzTitle="订单名称">{{data['remarks']}}</nz-descriptions-item> |
|
|
|
<nz-descriptions-item nzTitle="订单名称">{{data['remarks']}}</nz-descriptions-item> |
|
|
|
<nz-descriptions-item nzTitle="订单类型">{{data['rechargeModel'] | rechargePrice}}</nz-descriptions-item> |
|
|
|
<nz-descriptions-item nzTitle="订单类型">{{data['rechargeModel'] | rechargePrice}}</nz-descriptions-item> |
|
|
|