From 246d2caf441ff5e0451d4aa78f992093bf056977 Mon Sep 17 00:00:00 2001 From: JaguarJack Date: Sat, 10 Apr 2021 08:13:34 +0800 Subject: [PATCH] =?UTF-8?q?update:=E4=BF=AE=E6=94=B9=E6=90=9C=E7=B4=A2labe?= =?UTF-8?q?l=E6=96=87=E5=AD=97=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- catch/system/tables/LoginLog.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();