创建时间:{{new Date(scope.row.created_at).toLocaleString()}}
订单号:{{scope.row.orderNum}}
申请人:{{scope.row.applyName}}
客户名称:{{scope.row.customerContact}}
客户电话:{{scope.row.customerMobile}}
产品名称:{{scope.row.itemName}}
产品数量:{{scope.row.itemOrderNum}}
官费:{{scope.row.totalPublicExpense}}
服务费:{{scope.row.totalServiceCharge}}
税费:{{scope.row.totalInvoiceTaxes}}
平台使用费:{{scope.row.totalPlatformCost}}
总额:{{scope.row.totalSum}}
我的利润:{{scope.row.userProfit}}
平台利润:{{scope.row.platformProfit}}