소스 검색

Merge branch 'master' of ssh://git.9026.com:2212/swdz-WangHaijun/BaoMa

zilong 4 년 전
부모
커밋
04111c4cff
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();
         });