【手机端,用户后台的退货订单问题】 https://www.tapd.cn/39598945/prong/stories/view/1139598945001000186
This commit is contained in:
@@ -71,6 +71,7 @@
|
||||
<th>连接数</th>
|
||||
<th>退款时长</th>
|
||||
<th>退款单价</th>
|
||||
<th>实付金额</th>
|
||||
<th>退款金额</th>
|
||||
</tr>
|
||||
@foreach (var item in Model.List)
|
||||
@@ -85,6 +86,7 @@
|
||||
<td>@item.ConnectCount</td>
|
||||
<td>@item.DayCount</td>
|
||||
<td>@item.DayPrice</td>
|
||||
<td>@item.PaymentAmount</td>
|
||||
<td>@item.RefundAmount</td>
|
||||
</tr>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user