rabin il y a 1 an
Parent
commit
f32b344202
1 fichiers modifiés avec 4 ajouts et 1 suppressions
  1. 4 1
      src/dai/seller/table/manage/order_log_list.php

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

@@ -61,7 +61,10 @@ return array
                 'style' => 'info',
                 'show' => 'Dever::load("manage", "seller")->showOrderStatus("{status}")',
             ),
-            'official_order_num',
+            'official_order_num' => array
+            (
+                'show' => '"{official_order_num}" ? "<span>{official_order_num}</span>" : "-"',
+            ),
             'cdate' => array
             (
                 'name' => '下单时间',