diff --git a/src/views/system/log/abnormalLog/index.vue b/src/views/system/log/abnormalLog/index.vue
index 518fd7c2..8de14740 100644
--- a/src/views/system/log/abnormalLog/index.vue
+++ b/src/views/system/log/abnormalLog/index.vue
@@ -55,7 +55,7 @@
:max-height="tableHeight"
>
-
+
{{ (listQuery.pageNum - 1) * listQuery.pageSize + scope.$index + 1 }}
diff --git a/src/views/system/log/businessLog/index.vue b/src/views/system/log/businessLog/index.vue
index 04db1888..793df65f 100644
--- a/src/views/system/log/businessLog/index.vue
+++ b/src/views/system/log/businessLog/index.vue
@@ -58,7 +58,7 @@
:max-height="tableHeight"
>
-
+
{{ (listQuery.pageNum - 1) * listQuery.pageSize + scope.$index + 1 }}
@@ -69,8 +69,8 @@
-
- {{ row.result}}
+
+ {{ scope.row.result}}