rabin 1 year ago
parent
commit
73cd48a06d

+ 4 - 2
src/dai/seller/table/manage/order_list.php

@@ -9,10 +9,11 @@ return array
         'field'      => array
         (
             'seller_id',
+            /*
             'seller_order_num' => array
             (
                 'show' => '"{seller_order_num}" ? "<span>{seller_order_num}</span>" : "-"',
-            ),
+            ),*/
             'order_num' => array
             (
                 //'fixed' => true,
@@ -64,10 +65,11 @@ return array
                 'style' => 'info',
                 'show' => 'Dever::load("manage", "seller")->showOrderStatus("{status}")',
             ),
+            /*
             'official_order_num' => array
             (
                 'show' => '"{official_order_num}" ? "<span>{official_order_num}</span>" : "-"',
-            ),
+            ),*/
             'cdate' => array
             (
                 'name' => '下单时间',

+ 4 - 2
src/dai/seller/table/manage/order_log_list.php

@@ -13,10 +13,11 @@ return array
         'field'      => array
         (
             'seller_id',
+            /*
             'seller_order_num' => array
             (
                 'show' => '"{seller_order_num}" ? "<span>{seller_order_num}</span>" : "-"',
-            ),
+            ),*/
             'order_num' => array
             (
                 //'fixed' => true,
@@ -68,10 +69,11 @@ return array
                 'style' => 'info',
                 'show' => 'Dever::load("manage", "seller")->showOrderStatus("{status}")',
             ),
+            /*
             'official_order_num' => array
             (
                 'show' => '"{official_order_num}" ? "<span>{official_order_num}</span>" : "-"',
-            ),
+            ),*/
             'cdate' => array
             (
                 'name' => '下单时间',

+ 1 - 1
src/dai/seller/table/manage/seller_order_list.php

@@ -18,7 +18,7 @@ return array
             'order_num' => array
             (
                 //'fixed' => true,
-                'width' => '230',
+                //'width' => '230',
                 'show' => '"{order_num}" ? "{order_num}" : "-"',
             ),
             'account' => array

+ 1 - 1
src/dai/seller/table/manage/seller_order_log_list.php

@@ -20,7 +20,7 @@ return array
             'order_num' => array
             (
                 //'fixed' => true,
-                'width' => '230',
+               // 'width' => '230',
                 'show' => '"{order_num}" ? "{order_num}" : "-"',
             ),
             'account' => array