rabin 1 year ago
parent
commit
bbbda3cf8a
1 changed files with 6 additions and 1 deletions
  1. 6 1
      src/dai/seller/table/manage/seller_order_log_list.php

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

@@ -18,7 +18,12 @@ return array
                 'width' => '230',
                 'width' => '230',
                 'show' => '"{order_num}" ? "{order_num}" : "-"',
                 'show' => '"{order_num}" ? "{order_num}" : "-"',
             ),
             ),
-            'account',
+            'account' => array
+            (
+                'show' => 'Dever::load("manage", "seller")->showOrderAccount("{account}")',
+                'type' => 'show',
+                'remote' => 'seller/manage.showOrderExpandKm',
+            ),
             /*
             /*
             'cash' => array
             'cash' => array
             (
             (