From 3e761c9ff45da3f48fc1c77d4b32a3e86fe950d5 Mon Sep 17 00:00:00 2001
From: feige <791364011@qq.com>
Date: 星期四, 17 七月 2025 16:45:35 +0800
Subject: [PATCH] 修改了字
---
ruoyi-ui/src/views/clanManager/commonUser/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ruoyi-ui/src/views/clanManager/commonUser/index.vue b/ruoyi-ui/src/views/clanManager/commonUser/index.vue
index 4de28d4..e2d6b8e 100644
--- a/ruoyi-ui/src/views/clanManager/commonUser/index.vue
+++ b/ruoyi-ui/src/views/clanManager/commonUser/index.vue
@@ -109,7 +109,7 @@
<el-table-column label="鐢ㄦ埛濮撳悕" align="center" key="userName" prop="userName" v-if="columns[2].visible" :show-overflow-tooltip="true" />
<el-table-column label="鎬у埆" align="center" key="sex" prop="sex" v-if="columns[2].visible" :show-overflow-tooltip="true" >
- <template slot-scope="scope">{{scope.row.sex==0? '鐢�': '濂�'}}</template>
+ <template slot-scope="scope">{{scope.row.sex===0? '鐢�': '濂�'}}</template>
</el-table-column>
<!-- <el-table-column label="鎵嬫満鍙风爜" align="center" key="phonenumber" prop="phonenumber" v-if="columns[4].visible" width="120" /> -->
--
Gitblit v1.9.1