From 375496da7140523418e533c23a43ac50520874f0 Mon Sep 17 00:00:00 2001
From: feige <791364011@qq.com>
Date: 星期六, 24 八月 2024 08:21:14 +0800
Subject: [PATCH] 修改ip

---
 ruoyi-ui/src/views/clanManager/ancestor/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ruoyi-ui/src/views/clanManager/ancestor/index.vue b/ruoyi-ui/src/views/clanManager/ancestor/index.vue
index 45d8572..0a1f12b 100644
--- a/ruoyi-ui/src/views/clanManager/ancestor/index.vue
+++ b/ruoyi-ui/src/views/clanManager/ancestor/index.vue
@@ -102,7 +102,7 @@
           <right-toolbar :showSearch.sync="showSearch" @queryTable="getList" ></right-toolbar>
         </el-row>
 
-        <el-table v-loading="loading" :data="userList" @selection-change="handleSelectionChange">
+        <el-table v-loading="loading" border :data="userList" @selection-change="handleSelectionChange">
           <el-table-column type="selection" width="50" align="center" />
           <el-table-column label="鐢ㄦ埛缂栧彿" align="center" key="id" prop="id"  />
           <el-table-column label="鐢ㄦ埛鍚嶇О" align="center" key="name" prop="name"  :show-overflow-tooltip="true" />

--
Gitblit v1.9.1