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"); - } /**