| | |
| | | { title: "订单号", key: mo[i].orderId, value: mo[i].orderId },
|
| | | { title: "商品单价", key: mo[i].price, value: "¥" + mo[i].price },
|
| | | { title: "商品数量", key: mo[i].skuNum, value: mo[i].skuNum },
|
| | | { title: "实付款", key: mo[i].actualCosPrice, value: "¥" + mo[i].actualCosPrice },
|
| | | { title: "售后数量", key: mo[i].frozenSkuNum, value: mo[i].frozenSkuNum },
|
| | | { title: "退货数量", key: mo[i].skuReturnNum, value: mo[i].skuReturnNum },
|
| | | { title: "实际佣金", key: mo[i].actualCosPrice, value: "¥" + mo[i].actualCosPrice },
|
| | | { title: "佣金比例", key: mo[i].commissionRate, value: mo[i].commissionRate }, |
| | | { title: "预估返利", key: mo[i].estimateFee, value: mo[i].estimateFee }, |
| | | { title: "创建时间", key: mo[i].createTime, value: mo[i].createTime },
|
| | | { title: "更新时间", key: mo[i].updateTime, value: mo[i].updateTime },
|
| | | ] |
| | |
| | | { title: "订单号", width: "0.6rem", orderUp: "", orderDown: "" }, |
| | | { title: "商品单价", width: "0.4rem", orderUp: "", orderDown: "" },
|
| | | { title: "商品数量", width: "0.4rem", orderUp: "", orderDown: "" },
|
| | | { title: "实付款", width: "0.4rem", orderUp: "", orderDown: "" },
|
| | | { title: "售后数量", width: "0.4rem", orderUp: "", orderDown: "" },
|
| | | { title: "退货数量", width: "0.4rem", orderUp: "", orderDown: "" },
|
| | | { title: "实际佣金", width: "0.4rem", orderUp: "", orderDown: "" },
|
| | | { title: "佣金比例", width: "0.4rem", orderUp: "", orderDown: "" },
|
| | | { title: "预估返利", width: "0.4rem", orderUp: "", orderDown: "" },
|
| | | { title: "创建时间", width: "0.6rem", orderUp: "", orderDown: "" },
|
| | | { title: "更新时间", width: "0.6rem", orderUp: "", orderDown: "" },
|
| | | ] |