This commit is contained in:
zhang zhuo 2026-01-04 16:39:31 +08:00
parent 0ad3f7926e
commit 8ddd29992c
1 changed files with 1 additions and 0 deletions

View File

@ -113,6 +113,7 @@ class Str
switch ($field) {
case "status":
return "radio";
case "deleted_at":
case str_contains($field, "_time"):
return "datetime";
case str_contains($field, "_date"):