rabin 1 년 전
부모
커밋
65955ba846
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/dai/seller/table/manage/order_log2_list.php
  2. 1 1
      src/dai/seller/table/manage/order_log_list.php

+ 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;