diff --git a/business-css/frontend/src/views/business/algorithmManagement/algorithm/index.vue b/business-css/frontend/src/views/business/algorithmManagement/algorithm/index.vue
index c385a96..b1ec0ae 100644
--- a/business-css/frontend/src/views/business/algorithmManagement/algorithm/index.vue
+++ b/business-css/frontend/src/views/business/algorithmManagement/algorithm/index.vue
@@ -263,7 +263,11 @@ function changeStatus(row: any) {
@selection-change="handleSelectionChange"
:header-cell-style="{ background: 'rgb(250 250 250)', color: '#383838', height: '50px' }">
-
+
+
+ {{ (scope.$index + 1) + (queryParams.current - 1 )* queryParams.size }}
+
+
diff --git a/business-css/frontend/src/views/business/algorithmManagement/algorithmModel/index.vue b/business-css/frontend/src/views/business/algorithmManagement/algorithmModel/index.vue
index b3cbab0..399bee7 100644
--- a/business-css/frontend/src/views/business/algorithmManagement/algorithmModel/index.vue
+++ b/business-css/frontend/src/views/business/algorithmManagement/algorithmModel/index.vue
@@ -304,7 +304,11 @@ function changeShowResult(isShow:boolean){ // 切换显示结果模型
@selection-change="handleSelectionChange"
:header-cell-style="{ background: 'rgb(250 250 250)', color: '#383838', height: '50px' }">
-
+
+
+ {{ (scope.$index + 1) + (queryParams.current - 1 )* queryParams.size }}
+
+
diff --git a/business-css/frontend/src/views/business/algorithmManagement/modelTrainTask/index.vue b/business-css/frontend/src/views/business/algorithmManagement/modelTrainTask/index.vue
index e0846e3..fdb7e8c 100644
--- a/business-css/frontend/src/views/business/algorithmManagement/modelTrainTask/index.vue
+++ b/business-css/frontend/src/views/business/algorithmManagement/modelTrainTask/index.vue
@@ -685,7 +685,11 @@ function open(e:any) {
-
+
+
+ {{ (scope.$index + 1) + (queryParams.current - 1 )* queryParams.size }}
+
+
diff --git a/business-css/frontend/src/views/business/database/criticalData/index.vue b/business-css/frontend/src/views/business/database/criticalData/index.vue
index f5c4c51..49861f4 100644
--- a/business-css/frontend/src/views/business/database/criticalData/index.vue
+++ b/business-css/frontend/src/views/business/database/criticalData/index.vue
@@ -549,7 +549,12 @@ function downloadFile(obj :any, name :any, suffix :any) {
@selection-change="handleSelectionChange"
:header-cell-style="{ background: 'rgb(250 250 250)', color: '#383838', height: '50px' }">
-
+
+
+
+ {{ (scope.$index + 1) + (queryParams.current - 1 )* queryParams.size }}
+
+
{{ scope.row.size[item.key] }}
diff --git a/business-css/frontend/src/views/business/database/device/index.vue b/business-css/frontend/src/views/business/database/device/index.vue
index 0785fc3..4cf6b22 100644
--- a/business-css/frontend/src/views/business/database/device/index.vue
+++ b/business-css/frontend/src/views/business/database/device/index.vue
@@ -442,7 +442,11 @@ function downloadFile(obj :any, name :any, suffix :any) {
@selection-change="handleSelectionChange"
:header-cell-style="{ background: 'rgb(250 250 250)', color: '#383838', height: '50px' }">
-
+
+
+ {{ (scope.$index + 1) + (queryParams.current - 1 )* queryParams.size }}
+
+
diff --git a/business-css/frontend/src/views/business/database/material/index.vue b/business-css/frontend/src/views/business/database/material/index.vue
index 05795e6..9283553 100644
--- a/business-css/frontend/src/views/business/database/material/index.vue
+++ b/business-css/frontend/src/views/business/database/material/index.vue
@@ -513,7 +513,14 @@ function downloadFile(obj :any, name :any, suffix :any) {
@selection-change="handleSelectionChange"
:header-cell-style="{ background: 'rgb(250 250 250)', color: '#383838', height: '50px' }">
-
+
+
+
+
+ {{ (scope.$index + 1) + (queryParams.current - 1 )* queryParams.size }}
+
+
+
diff --git a/business-css/frontend/src/views/system/record/index.vue b/business-css/frontend/src/views/system/record/index.vue
index 2817691..263f107 100644
--- a/business-css/frontend/src/views/system/record/index.vue
+++ b/business-css/frontend/src/views/system/record/index.vue
@@ -150,7 +150,11 @@ function handleClose(){
-
+
+
+ {{ (scope.$index + 1) + (queryParams.current - 1 )* queryParams.size }}
+
+
diff --git a/business-css/frontend/src/views/system/user/index.vue b/business-css/frontend/src/views/system/user/index.vue
index fe764af..9933793 100644
--- a/business-css/frontend/src/views/system/user/index.vue
+++ b/business-css/frontend/src/views/system/user/index.vue
@@ -400,7 +400,11 @@ const vMove = {
:v-loading="dialog" @selection-change="handleSelectionChange"
:header-cell-style="{ background: 'rgb(250 250 250)', color: ' #383838', height: '50px' }">
-
+
+
+ {{ (scope.$index + 1) + (queryParams.current - 1 )* queryParams.size }}
+
+