@using Hncore.Infrastructure.Data @using Hncore.Pass.Vpn.Domain @using Hncore.Infrastructure.Extension @using ViewComponents @model PageData @{ Layout = "_UserLayout"; Func cut = word => { if (word.Length > 15) return word.Substring(0, 15) + "..."; return word; }; }
日期查询:
@foreach (var item in Model.List) { }
类型产品套餐详情
@item.OrderType.GetEnumDisplayName() @item.ProductName @item.PackageName
@await Component.InvokeAsync("Pager", new PagerModel() { Total = Model.RowCount, PageIndex = this.Context.Request.GetInt("PageIndex") })
日期: {{currentOrder.date}}
订单编号: {{currentOrder.orderno}}
类型: {{currentOrder.ordertype}}
产品: {{currentOrder.product}}
套餐: {{currentOrder.package}}
单价: {{currentOrder.price}}
总连接数: {{currentOrder.conncount}}
账号: {{currentOrder.account}}
订单金额: {{currentOrder.orderamount}}
优惠金额: {{currentOrder.couponamount}}
实付金额: {{currentOrder.payamount}}
返回列表