rabin 1 سال پیش
والد
کامیت
33515aa10d
1فایلهای تغییر یافته به همراه4 افزوده شده و 1 حذف شده
  1. 4 1
      src/dai/seller/table/manage/order_list.php

+ 4 - 1
src/dai/seller/table/manage/order_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}" ? "{official_order_num}" : "-"',
+            ),
             'cdate' => array
             (
                 'name' => '下单时间',