diff --git a/Web/index.html b/Web/index.html
index 8378c221..9683f008 100644
--- a/Web/index.html
+++ b/Web/index.html
@@ -52,6 +52,11 @@
}
}
+
diff --git a/Web/src/views/system/user/index.vue b/Web/src/views/system/user/index.vue
index 92a877c2..d8ead86a 100644
--- a/Web/src/views/system/user/index.vue
+++ b/Web/src/views/system/user/index.vue
@@ -54,9 +54,9 @@
-
+
{{ $t('message.list.male') }}
{{ $t('message.list.female') }}
@@ -153,7 +153,7 @@ const options = useVxeTable(
columns: [
// { type: 'checkbox', width: 40, fixed: 'left' },
{ field: 'seq', type: 'seq', title: t('message.list.seq'), width: 60, fixed: 'left' },
- // { field: 'avatar', title: t('message.list.avatar'), minWidth: 80, showOverflow: 'tooltip', slots: { default: 'row_avatar' } },
+ { field: 'avatar', title: t('message.list.avatar'), showOverflow: 'tooltip', slots: { default: 'row_avatar' } },
{ field: 'account', title: t('message.list.account'), minWidth: 100, showOverflow: 'tooltip' },
{ field: 'nickName', title: t('message.list.nickname'), minWidth: 100, showOverflow: 'tooltip' },
{ field: 'realName', title: t('message.list.realName'), minWidth: 100, showOverflow: 'tooltip' },