订单批量支付

feat/task1-c-wallet
devil 2020-07-28 21:59:54 +08:00
parent fc110b1421
commit 5cde6e5a92
1 changed files with 2 additions and 0 deletions

View File

@ -147,6 +147,7 @@ class Paylog
'label' => '支付平台交易号',
'view_type' => 'field',
'view_key' => 'trade_no',
'grid_size' => 'sm',
'search_config' => [
'form_type' => 'input',
'where_type' => '=',
@ -156,6 +157,7 @@ class Paylog
'label' => '支付平台用户帐号',
'view_type' => 'field',
'view_key' => 'buyer_user',
'grid_size' => 'sm',
'search_config' => [
'form_type' => 'input',
'where_type' => 'like',