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