+
- {{ scope.row.responseTime }}ms
+ {{ scope.row.processTime }}ms
@@ -93,12 +93,12 @@
{{ formatDate(currentLog.CreatedAt) }}
- {{ currentLog.method }}
- {{ currentLog.path }}
+ {{ currentLog.requestMethod }}
+ {{ currentLog.requestUrl }}
- {{ currentLog.statusCode }}
+ {{ currentLog.responseStatus }}
- {{ currentLog.responseTime }}ms
+ {{ currentLog.processTime }}ms
{{ currentLog.clientIP || '未知' }}