Browse Source

fix: 修复登录日志查询

pull/126/head 7.3.3.4
wangjun 2 years ago
parent
commit
924809f44d
  1. 1
      templates/abp-vnext-pro-nuget-all/vben28/src/views/admin/identitySecurityLog/Index.vue
  2. 1
      templates/abp-vnext-pro-nuget-simplify/vben28/src/views/admin/identitySecurityLog/Index.vue
  3. 1
      vben28/src/views/admin/identitySecurityLog/Index.vue

1
templates/abp-vnext-pro-nuget-all/vben28/src/views/admin/identitySecurityLog/Index.vue

@ -24,6 +24,7 @@
formConfig: {
labelWidth: 70,
schemas: searchFormSchema,
fieldMapToTime: [['time', ['startTime', 'endTime'], 'YYYY-MM-DD']],
},
api: pageAsync,
showTableSetting: true,

1
templates/abp-vnext-pro-nuget-simplify/vben28/src/views/admin/identitySecurityLog/Index.vue

@ -24,6 +24,7 @@
formConfig: {
labelWidth: 70,
schemas: searchFormSchema,
fieldMapToTime: [['time', ['startTime', 'endTime'], 'YYYY-MM-DD']],
},
api: pageAsync,
showTableSetting: true,

1
vben28/src/views/admin/identitySecurityLog/Index.vue

@ -24,6 +24,7 @@
formConfig: {
labelWidth: 70,
schemas: searchFormSchema,
fieldMapToTime: [['time', ['startTime', 'endTime'], 'YYYY-MM-DD']],
},
api: pageAsync,
showTableSetting: true,

Loading…
Cancel
Save