|
@@ -4,10 +4,6 @@ $config = include('order_list.php');
|
|
|
$config['source'] = 'seller/order_log2';
|
|
|
unset($config['list']['stat']);
|
|
|
unset($config['list']['button']);
|
|
|
-$config['list']['button'] = array
|
|
|
-(
|
|
|
- '更改订单状态' => array('oper', 'status'),
|
|
|
-);
|
|
|
$config['list']['field']['status']['remote'] = 'seller/manage.showOrderLog2Expand';
|
|
|
|
|
|
|