rabin 1 year ago
parent
commit
65955ba846

+ 1 - 1
src/dai/seller/table/manage/order_log2_list.php

@@ -4,5 +4,5 @@ $config = include('order_list.php');
 unset($config['list']['stat']);
 unset($config['list']['button']);
 $config['source'] = 'seller/order_log2';
-$config['list']['status']['remote'] = 'seller/manage.showOrderLog2Expand';
+$config['list']['field']['status']['remote'] = 'seller/manage.showOrderLog2Expand';
 return $config;

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

@@ -4,5 +4,5 @@ $config = include('order_list.php');
 unset($config['list']['stat']);
 unset($config['list']['button']);
 $config['source'] = 'seller/order_log1';
-$config['list']['status']['remote'] = 'seller/manage.showOrderLogExpand';
+$config['list']['field']['status']['remote'] = 'seller/manage.showOrderLogExpand';
 return $config;