退货订单导出
This commit is contained in:
@@ -446,6 +446,7 @@ namespace Hncore.Pass.Vpn.Controllers
|
||||
new ExcelTitle { Property = "PaymentAmount", Title = "实付金额" },
|
||||
new ExcelTitle { Property = "RefundAmount", Title = "退款金额" },
|
||||
new ExcelTitle { Property = "RefundRestTime", Title = "剩余时间" },
|
||||
new ExcelTitle { Property = "BackAmount", Title = "返点" },
|
||||
new ExcelTitle { Property = "RefundRestTime", Title = "自动退款",Expr=(p)=>((ProductOrderEntity)p).IsAutoRefund.HasValue&&((ProductOrderEntity)p).IsAutoRefund==1?"是":"否" },
|
||||
new ExcelTitle { Property = "RefundRestTime", Title = "退款状态",Expr=(p)=>refundTypeFormat((ProductOrderEntity)p) },
|
||||
|
||||
|
||||
Reference in New Issue
Block a user