From 69e3c92ff6048338e8807c552d7cd5615adca7a2 Mon Sep 17 00:00:00 2001
From: wujingjing <gersonwu@qq.com>
Date: 星期四, 02 一月 2025 13:58:51 +0800
Subject: [PATCH] 序号

---
 src/views/project/yw/dataManage/graph/GraphIndex.vue              |    1 +
 src/views/project/yw/systemManage/sysGroupMgr/SysGroupMgr.vue     |    2 +-
 src/views/project/yw/systemManage/roleMgr/RoleMgr.vue             |    1 +
 src/views/project/yw/systemManage/dataSourceMgr/DataSourceMgr.vue |    2 +-
 src/views/project/yw/systemManage/userMgr/UserMgr.vue             |    1 +
 src/views/project/yw/systemManage/accessLog/AccessLog.vue         |    1 +
 src/views/project/yw/systemManage/chatLog/ChatLog.vue             |    1 +
 7 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/src/views/project/yw/dataManage/graph/GraphIndex.vue b/src/views/project/yw/dataManage/graph/GraphIndex.vue
index a9b915b..caa6f78 100644
--- a/src/views/project/yw/dataManage/graph/GraphIndex.vue
+++ b/src/views/project/yw/dataManage/graph/GraphIndex.vue
@@ -49,6 +49,7 @@
 					:data="displayTableData"
 					highlight-current-row
 				>
+					<el-table-column type="index" label="搴忓彿" width="55" fixed="left" align="center"></el-table-column>
 					<el-table-column prop="name" label="鏂囦欢鍚嶇О" fixed="left" show-overflow-tooltip align="left" />
 					<el-table-column prop="type" width="120" label="鏂囦欢绫诲瀷" show-overflow-tooltip align="center" />
 					<el-table-column prop="size" width="120" label="鏂囦欢澶у皬" show-overflow-tooltip align="center" />
diff --git a/src/views/project/yw/systemManage/accessLog/AccessLog.vue b/src/views/project/yw/systemManage/accessLog/AccessLog.vue
index fac3ad1..96fb84a 100644
--- a/src/views/project/yw/systemManage/accessLog/AccessLog.vue
+++ b/src/views/project/yw/systemManage/accessLog/AccessLog.vue
@@ -24,6 +24,7 @@
 					:data="tableData"
 					highlight-current-row
 				>
+					<el-table-column type="index" label="搴忓彿" width="55" fixed="left" align="center"></el-table-column>
 					<el-table-column label="鐢ㄦ埛" prop="user" width="120"  fixed="left" show-overflow-tooltip> </el-table-column>
 					<el-table-column prop="time" label="鏃堕棿" width="185" show-overflow-tooltip> </el-table-column>
 					<el-table-column label="鎿嶄綔绫诲瀷" prop="type" width="170" show-overflow-tooltip> </el-table-column>
diff --git a/src/views/project/yw/systemManage/chatLog/ChatLog.vue b/src/views/project/yw/systemManage/chatLog/ChatLog.vue
index 971a131..386d23f 100644
--- a/src/views/project/yw/systemManage/chatLog/ChatLog.vue
+++ b/src/views/project/yw/systemManage/chatLog/ChatLog.vue
@@ -56,6 +56,7 @@
 					:data="tableData"
 					highlight-current-row
 				>
+					<el-table-column type="index" label="搴忓彿" width="55" fixed="left" align="center"></el-table-column>
 					<el-table-column label="鐢ㄦ埛" prop="user" width="120" fixed="left" show-overflow-tooltip> </el-table-column>
 					<el-table-column prop="time" label="鏃堕棿" width="185" show-overflow-tooltip> </el-table-column>
 					<el-table-column label="涓氬姟鍦烘櫙" width="120" prop="group_type" show-overflow-tooltip> </el-table-column>
diff --git a/src/views/project/yw/systemManage/dataSourceMgr/DataSourceMgr.vue b/src/views/project/yw/systemManage/dataSourceMgr/DataSourceMgr.vue
index 95671aa..70a8684 100644
--- a/src/views/project/yw/systemManage/dataSourceMgr/DataSourceMgr.vue
+++ b/src/views/project/yw/systemManage/dataSourceMgr/DataSourceMgr.vue
@@ -24,7 +24,7 @@
 					:data="displayTableData"
 					highlight-current-row
 				>
-					
+					<el-table-column type="index" label="搴忓彿" width="55" fixed="left" align="center"></el-table-column>
 					<el-table-column prop="title" label="鍚嶇О" fixed="left" show-overflow-tooltip> </el-table-column>
 					<el-table-column label="鏁版嵁搴撶被鍨�" prop="db_type" width="100" show-overflow-tooltip> </el-table-column>
 
diff --git a/src/views/project/yw/systemManage/roleMgr/RoleMgr.vue b/src/views/project/yw/systemManage/roleMgr/RoleMgr.vue
index 7d97d16..b3387b3 100644
--- a/src/views/project/yw/systemManage/roleMgr/RoleMgr.vue
+++ b/src/views/project/yw/systemManage/roleMgr/RoleMgr.vue
@@ -22,6 +22,7 @@
 					:data="displayTableData"
 					highlight-current-row
 				>
+					<el-table-column type="index" label="搴忓彿" width="55" fixed="left" align="center"></el-table-column>
 					<el-table-column prop="title" label="鍚嶇О" fixed="left" show-overflow-tooltip> </el-table-column>
 					<!-- <el-table-column label="瑙掕壊缂栫爜" prop="value" width="90" show-overflow-tooltip> </el-table-column> -->
 					
diff --git a/src/views/project/yw/systemManage/sysGroupMgr/SysGroupMgr.vue b/src/views/project/yw/systemManage/sysGroupMgr/SysGroupMgr.vue
index 1ee8344..98ee7d0 100644
--- a/src/views/project/yw/systemManage/sysGroupMgr/SysGroupMgr.vue
+++ b/src/views/project/yw/systemManage/sysGroupMgr/SysGroupMgr.vue
@@ -43,7 +43,7 @@
 							</div>
 						</template>
 					</el-table-column> -->
-
+					<el-table-column type="index" label="搴忓彿" width="55" fixed="left" align="center"></el-table-column>
 					<el-table-column prop="group_name" label="鍚嶇О" width="300" fixed="left" show-overflow-tooltip> </el-table-column>
 
 					<el-table-column label="璇存槑" prop="group_title" show-overflow-tooltip> </el-table-column>
diff --git a/src/views/project/yw/systemManage/userMgr/UserMgr.vue b/src/views/project/yw/systemManage/userMgr/UserMgr.vue
index e4afa11..7644ec0 100644
--- a/src/views/project/yw/systemManage/userMgr/UserMgr.vue
+++ b/src/views/project/yw/systemManage/userMgr/UserMgr.vue
@@ -22,6 +22,7 @@
 					:data="displayTableData"
 					highlight-current-row
 				>
+					<el-table-column type="index" label="搴忓彿" width="55" fixed="left" align="center"></el-table-column>
 					<el-table-column prop="user_name" label="鐢ㄦ埛ID" width="120" fixed="left" show-overflow-tooltip> </el-table-column>
 					<el-table-column label="濮撳悕" prop="real_name" width="90" show-overflow-tooltip> </el-table-column>
 					<el-table-column label="鎬у埆" prop="sex" width="70" show-overflow-tooltip> </el-table-column>

--
Gitblit v1.9.3