[更新] 时间格式

This commit is contained in:
2021-02-01 21:49:48 +08:00
parent ea4aab991d
commit 033da12403
3 changed files with 13 additions and 1 deletions

View File

@@ -59,6 +59,7 @@ class IndexController extends AdminController
return new Table($header, $array);
});
$grid->column('created_at', '提交时间');
$grid->column('method', '模式');