Skip to content

Commit 9fd3380

Browse files
committed
init
1 parent e852201 commit 9fd3380

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

module/Blog/Admin/Controller/BlogCommentController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ protected function crud(AdminCRUDBuilder $builder)
4747
$itemOperate->prepend(TextAjaxRequest::danger('审核拒绝', action('\\' . __CLASS__ . '@verifyReject', ['_id' => $itemOperate->item()->id])));
4848
}
4949
})
50+
->canBatchDelete(true)
5051
->title('博客评论')->canAdd(false)->canEdit(false);
5152
}
5253

module/Blog/Admin/Controller/BlogMessageController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ protected function crud(AdminCRUDBuilder $builder)
4747
$itemOperate->prepend(TextAjaxRequest::danger('审核拒绝', action('\\' . __CLASS__ . '@verifyReject', ['_id' => $itemOperate->item()->id])));
4848
}
4949
})
50+
->canBatchDelete(true)
5051
->title('博客留言')->canAdd(false)->canEdit(true);
5152
}
5253

0 commit comments

Comments
 (0)