diff --git a/catch/system/tables/LoginLog.php b/catch/system/tables/LoginLog.php index ddbfd37..7dff5f4 100644 --- a/catch/system/tables/LoginLog.php +++ b/catch/system/tables/LoginLog.php @@ -31,7 +31,7 @@ class LoginLog extends CatchTable ->withApiRoute('log/login') ->withSearch([ Search::startAt(), - Search::endAt() + Search::label('结束时间')->endAt() ]) ->selectionChange() ->render();