From 2f9782e01d723d9c28c3871b0cf296b6615de936 Mon Sep 17 00:00:00 2001
From: feige <791364011@qq.com>
Date: 星期六, 31 八月 2024 10:55:09 +0800
Subject: [PATCH] 11

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

diff --git a/ruoyi-ui/src/views/genealogy/index.vue b/ruoyi-ui/src/views/genealogy/index.vue
index f8a97c1..817da99 100644
--- a/ruoyi-ui/src/views/genealogy/index.vue
+++ b/ruoyi-ui/src/views/genealogy/index.vue
@@ -92,7 +92,13 @@
           <span v-else>鈥斺��</span>
         </template>
       </el-table-column>
-      <el-table-column label="濮撳悕" prop="nickName" sortable :show-overflow-tooltip="true" width="100" align="center"/>
+      <el-table-column label="濮撳悕" prop="nickName" sortable :show-overflow-tooltip="true" width="100" align="center">
+		    <template slot-scope="scope" >
+				
+			<el-button @click="handleCheck(scope.row)">{{scope.row.nickName}}</el-button>
+		         </template>
+		      </el-table-column> 
+		  
       <el-table-column label="鎬у埆" prop="sex" sortable width="100" align="center" >
         <template slot-scope="scope">
           <span v-if="scope.row.sex===1">鐢�</span>
@@ -368,7 +374,7 @@
       this.queryParams.happenStartTime = this.dateRange.length > 0 && this.dateRange[0]
       this.queryParams.happenEndTime = this.dateRange.length > 0 && this.dateRange[1]
 	  this.queryParams.clanId = this.$store.state.user.clanId
-
+      this.listRoot = []
       //  listProperty(this.addDateRange(this.queryParams, this.dateRange)).then(response => {
       listUserAll(this.queryParams).then(response => {
           //   console.log(response.data)

--
Gitblit v1.9.1