From 085ee5539dfa9f159d4ca416bf87c882748b59f0 Mon Sep 17 00:00:00 2001 From: wanglei <921888199@qq.com> Date: Fri, 30 Sep 2022 18:01:49 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=9B=B4=E6=96=B0=E3=80=91=E6=80=A7?= =?UTF-8?q?=E5=88=AB=E5=AD=97=E6=AE=B5=E5=88=97=E8=A1=A8=E5=8F=96=E5=80=BC?= =?UTF-8?q?=E6=9B=B4=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- snowy-admin-web/src/views/sys/user/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snowy-admin-web/src/views/sys/user/index.vue b/snowy-admin-web/src/views/sys/user/index.vue index 607f3dd9..2ea1573c 100644 --- a/snowy-admin-web/src/views/sys/user/index.vue +++ b/snowy-admin-web/src/views/sys/user/index.vue @@ -132,7 +132,7 @@ }, { title: '性别', - dataIndex: 'gender', + dataIndex: 'genderName', width: '50px' }, {