From f780258d326a898d4a6afe30f39ae0fc4582aa72 Mon Sep 17 00:00:00 2001 From: zhangwei <296404875@qq.com> Date: Fri, 20 Mar 2020 12:59:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DGrid=20=E6=8E=92=E5=BA=8F?= =?UTF-8?q?=E9=97=AE=E9=A2=98=20Grid=E7=8A=B6=E6=80=81=E4=BF=9D=E5=AD=98vu?= =?UTF-8?q?ex=20logo=E5=B1=9E=E6=80=A7=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Grid/Toolbars.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Grid/Toolbars.php b/src/Grid/Toolbars.php index 58c47da..42895fb 100644 --- a/src/Grid/Toolbars.php +++ b/src/Grid/Toolbars.php @@ -25,7 +25,6 @@ public function __construct() { $this->createButton = new CreateButton(); $this->createButton->content("添加")->icon("el-icon-plus"); - } /**