kevin_zhangl пре 3 година
родитељ
комит
b2070710f5
1 измењених фајлова са 1 додато и 7 уклоњено
  1. 1 7
      backendApi/modules/v1/models/lists/shop/BaOrderList.php

+ 1 - 7
backendApi/modules/v1/models/lists/shop/BaOrderList.php

@@ -174,7 +174,7 @@ class BaOrderList extends \common\libs\dataList\DataList implements DataListInte
                 ],
                 'ORDER_TYPE' => [
                     'header' => 'Order Type',//订单类型
-                    'headerOther' => ['width' => '120'],
+                    'headerOther' => ['width' => '140'],
                     'value' => function ($row) {
                         switch ($row['ORDER_TYPE']) {
                             case 'ZC':
@@ -249,9 +249,6 @@ class BaOrderList extends \common\libs\dataList\DataList implements DataListInte
                 ],
                 'PAY_FREIGHT' => [
                     'header' => 'Freight',//运费
-                    'headerOther' => [
-                        'width' => '150',
-                    ],
                     'value' => function ($row) {
                         return Tool::formatPrice($row['FREIGHT']);
                     },
@@ -263,9 +260,6 @@ class BaOrderList extends \common\libs\dataList\DataList implements DataListInte
                 ],
                 'TAX_RATE' => [
                     'header' => 'Tax Rate',//税率
-                    'headerOther' => [
-                        'width' => '150',
-                    ],
                     'value' => function ($row) {
                         return Tool::formatPrice($row['TAX_RATE']);
                     },