rabin 1 year ago
parent
commit
c66daf926a

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

@@ -9,11 +9,10 @@ return array
         'field'      => array
         (
             'seller_id',
-            /*
             'seller_order_num' => array
             (
                 'show' => '"{seller_order_num}" ? "<span>{seller_order_num}</span>" : "-"',
-            ),*/
+            ),
             'order_num' => array
             (
                 //'fixed' => true,
@@ -65,11 +64,10 @@ 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' => '下单时间',

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

@@ -13,11 +13,10 @@ return array
         'field'      => array
         (
             'seller_id',
-            /*
             'seller_order_num' => array
             (
                 'show' => '"{seller_order_num}" ? "<span>{seller_order_num}</span>" : "-"',
-            ),*/
+            ),
             'order_num' => array
             (
                 //'fixed' => true,
@@ -69,11 +68,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' => '下单时间',