From 5cde6e5a92dfac63993d0adcda38b61b8c9adfb3 Mon Sep 17 00:00:00 2001 From: devil Date: Tue, 28 Jul 2020 21:59:54 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E6=89=B9=E9=87=8F=E6=94=AF?= =?UTF-8?q?=E4=BB=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/admin/form/Paylog.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/application/admin/form/Paylog.php b/application/admin/form/Paylog.php index e59af9ff0..32855d5b9 100644 --- a/application/admin/form/Paylog.php +++ b/application/admin/form/Paylog.php @@ -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', -- GitLab