后台登录日志添加默认排序
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2024-05-20 09:30:08 +08:00
parent 286c79d619
commit 6437c46fc2
1 changed files with 3 additions and 2 deletions

View File

@ -69,6 +69,7 @@
:data="list"
class="table"
@sort-change="handleSortByColumn"
:default-sort="{ prop: 'CreateTime', order: 'descending' }"
>
<el-table-column
type="index"
@ -166,8 +167,8 @@ const searchDataDefault = () => {
LoginFaildName: '',
BeginDate: '',
EndDate: '',
Asc: true,
SortField: '',
Asc: false,
SortField: 'CreateTime',
PageIndex: 1,
PageSize: 20
}