| xqd
@@ -65,9 +65,6 @@ class ServicePackOrderController extends AdminController
|
|
|
$actions->disableDelete();
|
|
|
// 去掉编辑
|
|
|
$actions->disableEdit();
|
|
|
- $actions->add(new MapDepot());
|
|
|
- $actions->add(new Suggests());
|
|
|
- $actions->add(new Evaluate());
|
|
|
});
|
|
|
$grid->column('id', __('Id'))->sortable();
|
|
|
$grid->column('user.nickname', __('用户姓名'));
|