From 60ae08e4437faa2c881bda539d57921b837cc8df Mon Sep 17 00:00:00 2001
From: Tcsm <1377977403@qq.com>
Date: 星期六, 05 八月 2023 00:39:41 +0800
Subject: [PATCH] 家谱中配偶的第几代不显示

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

diff --git a/ruoyi-ui/src/views/contacts/index.vue b/ruoyi-ui/src/views/contacts/index.vue
index aeab921..fb54aaf 100644
--- a/ruoyi-ui/src/views/contacts/index.vue
+++ b/ruoyi-ui/src/views/contacts/index.vue
@@ -144,7 +144,7 @@
       <el-table-column type="selection" :reserve-selection="true" width="25"  align="center" />
       <el-table-column fixed label="搴忓彿" sortable type="index" :index="(queryParams.pageNum-1)*queryParams.pageSize+1" width="80"/>
 
-      <el-table-column label="瀹朵汉濮撳悕" prop="myName" sortable width="160" >
+      <el-table-column label="瀹朵汉濮撳悕" prop="myName" sortable width="130" >
         <template slot-scope="scope">
           <div>
             <a href="javascript:;" @click="handleCheck(scope.row)">{{scope.row.myName}}</a>

--
Gitblit v1.9.1