From 34d259feb46354f6759dbaab81306d71bbc2c2ad Mon Sep 17 00:00:00 2001
From: limengnan <420004014@qq.com>
Date: Wed, 5 Aug 2026 16:10:04 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=88=97=E8=A1=A8=E5=BA=8F?=
=?UTF-8?q?=E5=8F=B7?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../business/algorithmManagement/algorithm/index.vue | 6 +++++-
.../algorithmManagement/algorithmModel/index.vue | 6 +++++-
.../algorithmManagement/modelTrainTask/index.vue | 6 +++++-
.../src/views/business/database/criticalData/index.vue | 7 ++++++-
.../src/views/business/database/device/index.vue | 6 +++++-
.../src/views/business/database/material/index.vue | 9 ++++++++-
business-css/frontend/src/views/system/record/index.vue | 6 +++++-
business-css/frontend/src/views/system/user/index.vue | 6 +++++-
8 files changed, 44 insertions(+), 8 deletions(-)
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 }}
+
+