rabin 1 年之前
父节点
当前提交
c66daf926a
共有 2 个文件被更改,包括 5 次插入8 次删除
  1. 2 4
      src/dai/seller/table/manage/order_list.php
  2. 3 4
      src/dai/seller/table/manage/order_log_list.php

+ 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' => '下单时间',