ChenWuJie 4 年之前
父节点
当前提交
55d8f04e62
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      app/Admin/Controllers/ServicePacksManagment/InsuranceAgreementController.php

+ 0 - 1
app/Admin/Controllers/ServicePacksManagment/InsuranceAgreementController.php

xqd
@@ -26,7 +26,6 @@ class InsuranceAgreementController extends AdminController
     {
         $grid = new Grid(new InsuranceAgreement());
         $grid->disableBatchActions();
-        $grid->disableCreateButton();
         $grid->actions(function ($actions){
            $actions->disableView();
         });