From 02950a964bb0dcc202bd1f4ddd6c6fc4a92c8048 Mon Sep 17 00:00:00 2001 From: feige <791364011@qq.com> Date: 星期二, 15 四月 2025 17:14:50 +0800 Subject: [PATCH] 修改了bug --- 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