ryan 1 dzień temu
rodzic
commit
bb3709f029

+ 3 - 3
backendApi/modules/v1/models/lists/shop/OrderList.php

@@ -457,9 +457,9 @@ class OrderList extends \common\libs\dataList\DataList implements DataListInterf
                 'CONSIGNEE' => [
                 'CONSIGNEE' => [
                     'name' => \Yii::t('ctx', 'shopOrderListRecipient'), // 收货人
                     'name' => \Yii::t('ctx', 'shopOrderListRecipient'), // 收货人
                 ],
                 ],
-                'GOODS_TITLE' => [
-                    'name' => \Yii::t('ctx', 'shopOrderListProductName'), // 存货名称
-                ],
+//                'GOODS_TITLE' => [
+//                    'name' => \Yii::t('ctx', 'shopOrderListProductName'), // 存货名称
+//                ],
                 'CREATE_USER' => [
                 'CREATE_USER' => [
                     'name' => \Yii::t('ctx', 'shopOrderListCreatorNo'), // 创建人编号
                     'name' => \Yii::t('ctx', 'shopOrderListCreatorNo'), // 创建人编号
                 ],
                 ],