Ver código fonte

总后台-订单列表-新增-导出(暂时隐藏图片,等优化导出方法后再进行展示)

sunxbiao 1 ano atrás
pai
commit
d894c7d0ee
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      app/controller/admin/order/Order.php

+ 2 - 2
app/controller/admin/order/Order.php

@@ -90,7 +90,7 @@ class Order extends BaseController
90
                     $item['user']['phone'] ?? '', // 用户手机号
90
                     $item['user']['phone'] ?? '', // 用户手机号
91
                     $item['real_name'], // 收货人
91
                     $item['real_name'], // 收货人
92
                     $item['merchant']['mer_name'] ?? '', // 商户名称
92
                     $item['merchant']['mer_name'] ?? '', // 商户名称
93
-                    $item['orderProduct'][0]['cart_info']['product']['image'],
93
+                    // $item['orderProduct'][0]['cart_info']['product']['image'],
94
                     $item['orderProduct'][0]['cart_info']['product']['store_name'] . ' | ' . $item['orderProduct'][0]['cart_info']['productAttr']['sku'],
94
                     $item['orderProduct'][0]['cart_info']['product']['store_name'] . ' | ' . $item['orderProduct'][0]['cart_info']['productAttr']['sku'],
95
                     $item['orderProduct'][0]['cart_info']['productAttr']['price'],
95
                     $item['orderProduct'][0]['cart_info']['productAttr']['price'],
96
                     $item['orderProduct'][0]['product_num'],
96
                     $item['orderProduct'][0]['product_num'],
@@ -109,7 +109,7 @@ class Order extends BaseController
109
                 '收货人',
109
                 '收货人',
110
                 '商户名称',
110
                 '商户名称',
111
                 '商品图片',
111
                 '商品图片',
112
-                '商品名称',
112
+                // '商品名称',
113
                 '商品单价',
113
                 '商品单价',
114
                 '商品数量',
114
                 '商品数量',
115
                 '订单金额',
115
                 '订单金额',