Skip to content

Commit

Permalink
fix: 修复登录日志查询
Browse files Browse the repository at this point in the history
  • Loading branch information
WangJunZzz committed Oct 9, 2023
1 parent 364ec4f commit 924809f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
formConfig: {
labelWidth: 70,
schemas: searchFormSchema,
fieldMapToTime: [['time', ['startTime', 'endTime'], 'YYYY-MM-DD']],
},
api: pageAsync,
showTableSetting: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
formConfig: {
labelWidth: 70,
schemas: searchFormSchema,
fieldMapToTime: [['time', ['startTime', 'endTime'], 'YYYY-MM-DD']],
},
api: pageAsync,
showTableSetting: true,
Expand Down
1 change: 1 addition & 0 deletions vben28/src/views/admin/identitySecurityLog/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
formConfig: {
labelWidth: 70,
schemas: searchFormSchema,
fieldMapToTime: [['time', ['startTime', 'endTime'], 'YYYY-MM-DD']],
},
api: pageAsync,
showTableSetting: true,
Expand Down

0 comments on commit 924809f

Please sign in to comment.