退款订单导出
This commit is contained in:
@@ -419,7 +419,7 @@ namespace Hncore.Pass.Vpn.Controllers
|
||||
new ExcelTitle { Property = "CreateTime", Title = "创建日期" ,Format=(val)=>((DateTime) val).ToString("yyyy-MM-dd hh:mm:ss") },
|
||||
//new ExcelTitle { Property = "OrderNo", Title = "订单号" },
|
||||
// new ExcelTitle { Property = "OrderType", Title = "类型", Format=(val)=>((OrderType)val).GetEnumDisplayName() },
|
||||
// new ExcelTitle { Property = "UserName", Title = "用户" },
|
||||
new ExcelTitle { Property = "UserName", Title = "用户" },
|
||||
new ExcelTitle { Property = "ProductName", Title = "产品" },
|
||||
new ExcelTitle { Property = "PackageName", Title = "套餐" },
|
||||
new ExcelTitle { Property = "ConnectCount", Title = "连接数",Expr=(p)=>((ProductOrderEntity)p).ConnectCount*((ProductOrderEntity)p).AccountCount},
|
||||
|
||||
Reference in New Issue
Block a user