File tree Expand file tree Collapse file tree
module/Blog/Admin/Controller Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ protected function crud(AdminCRUDBuilder $builder)
2929 ->field (function ($ builder ) {
3030
3131 $ builder ->id ('id ' , 'ID ' );
32- $ builder ->display ('created_at ' , L ('Created At ' ))->listable (false );
32+ $ builder ->display ('created_at ' , L ('Created At ' ))->listable (true );
3333 $ builder ->display ('blogId ' , '博客 ' );
3434 $ builder ->type ('status ' , '状态 ' )->type (BlogCommentStatus::class);
3535 $ builder ->display ('username ' , '用户 ' );
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ protected function crud(AdminCRUDBuilder $builder)
2929 ->field (function ($ builder ) {
3030
3131 $ builder ->id ('id ' , 'ID ' );
32- $ builder ->display ('created_at ' , L ('Created At ' ))->listable (false );
32+ $ builder ->display ('created_at ' , L ('Created At ' ))->listable (true );
3333 $ builder ->type ('status ' , '状态 ' )->type (BlogMessageStatus::class);
3434 $ builder ->display ('username ' , '用户 ' )->editable (false );
3535 $ builder ->display ('email ' , '邮箱 ' )->editable (false );
You can’t perform that action at this time.
0 commit comments