查询
重置
{{ scope.row.operationType }}
{{ scope.row.responseStatus }}
{{ formatDate(scope.row.createdAt) }}
详情
{{ currentLog.id }}
{{ currentLog.nickname || currentLog.userName || '-' }}
{{ currentLog.operationType }}
{{ currentLog.description }}
{{ currentLog.requestPath }}
{{ currentLog.requestMethod }}
{{ currentLog.requestParams || '-' }}
{{ currentLog.responseStatus }}
{{ currentLog.clientIp }}
{{ currentLog.userAgent || '-' }}
{{ formatDate(currentLog.createdAt) }}