@using Hncore.Infrastructure.Data @using Hncore.Pass.Vpn.Domain @using Hncore.Infrastructure.Extension @using ViewComponents @model PageData @{ Layout = "_UserLayout"; }
日期:
@foreach (var item in Model.List) { }
日期 订单编号 类型 产品 套餐 账号 连接数 退款时长 退款单价 实付金额 退款金额
@item.CreateTime.ToString("yyyy.MM.dd") @item.OrderNo @item.OrderType.GetEnumDisplayName() @item.ProductName @item.PackageName @item.Accounts @item.ConnectCount @item.DayCount @item.DayPrice @item.PaymentAmount @item.RefundAmount
@await Component.InvokeAsync("Pager", new PagerModel() { Total = Model.RowCount, PageIndex = this.Context.Request.GetInt("PageIndex") })