diff --git a/src/api/order.js b/src/api/order.js index ebcb61f..d8d59a2 100644 --- a/src/api/order.js +++ b/src/api/order.js @@ -35,6 +35,13 @@ export function chartApi() { return request.get('order/chart') } +/** + * @description 订单 -- 表头 + */ +export function chartOtherApi() { + return request.get('order_other/chart') +} + /** * @description 订单 -- 卡片 */ diff --git a/src/views/order/listTransfer/index.vue b/src/views/order/listTransfer/index.vue index 78ba73a..f623b36 100644 --- a/src/views/order/listTransfer/index.vue +++ b/src/views/order/listTransfer/index.vue @@ -4,7 +4,7 @@
- + - + 导出列表 + - + 导出记录 + -->
@@ -208,17 +208,17 @@ --> - + - + - {{' x '+ val.product_num}} + {{ '¥'+ val.cart_info.productAttr.price + ' x '+ val.product_num }} --> + >(-{{ val.product_num - val.refund_num }})
- + -->