update:修改搜索label文字错误
This commit is contained in:
parent
d020c99db3
commit
246d2caf44
@ -31,7 +31,7 @@ class LoginLog extends CatchTable
|
||||
->withApiRoute('log/login')
|
||||
->withSearch([
|
||||
Search::startAt(),
|
||||
Search::endAt()
|
||||
Search::label('结束时间')->endAt()
|
||||
])
|
||||
->selectionChange()
|
||||
->render();
|
||||
|
Loading…
x
Reference in New Issue
Block a user