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