Optimize log page

This commit is contained in:
2023-11-05 22:54:55 +08:00
parent eadc74ca67
commit ae73ecfd92
3 changed files with 45 additions and 20 deletions

1
src/global.d.ts vendored
View File

@@ -182,4 +182,5 @@ interface SysLogGetVo {
endTime: string
executeTime: number
userAgent: string
operateUsername: string
}