Browse Source

Merge branch 'coupon_1016'

master
liangyuyan 5 years ago
parent
commit
70a9fcf76d
  1. 8
      app/Admin/Controllers/v3/CouponController.php

8
app/Admin/Controllers/v3/CouponController.php

@ -155,6 +155,14 @@ class CouponController extends AdminController
$show->status_text; $show->status_text;
$show->created_at_text; $show->created_at_text;
$show->updated_at_text; $show->updated_at_text;
$show->panel()->tools(function ($tools) {
$tools->disableEdit();
// $tools->disableList();
$tools->disableDelete();
// 显示快捷编辑按钮
// $tools->showQuickEdit();
});
}); });
} }

Loading…
Cancel
Save