From 7ff0273c2900588c46b18008b23564b00d234457 Mon Sep 17 00:00:00 2001
From: wangxiaoshuang <825034831@qq.com>
Date: Mon, 13 Jan 2025 13:44:30 +0800
Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E8=AF=84=E5=AE=A1=E8=BE=85?=
=?UTF-8?q?=E5=8A=A9=E5=8A=9F=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/system/user/list/index.vue | 17 ++++++++++++++++-
1 file changed, 16 insertions(+), 1 deletion(-)
diff --git a/src/views/system/user/list/index.vue b/src/views/system/user/list/index.vue
index d963d16d..9583a02f 100644
--- a/src/views/system/user/list/index.vue
+++ b/src/views/system/user/list/index.vue
@@ -27,11 +27,26 @@
+
+
{{ scope.row.Sex ? 'Male' : 'Female' }}