From 3c4cce70c5a54f4cb80c5686382b6e69908735b9 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Wed, 30 Jul 2025 11:28:34 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E5=88=97=E8=A1=A8=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E7=94=A8=E6=88=B7=E5=8F=82=E4=B8=8E=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E7=9A=84=E7=BB=9F=E8=AE=A1=E6=95=B0=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/user/list/index.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/views/system/user/list/index.vue b/src/views/system/user/list/index.vue index a6188265..33daac7a 100644 --- a/src/views/system/user/list/index.vue +++ b/src/views/system/user/list/index.vue @@ -219,6 +219,13 @@ export default { sortable: 'custom', showOverflowTooltip: true, }, + { + prop: 'JoinedTrialCount', + label: this.$t('system:userlist:table:JoinedTrialCount'), + minWidth: 150, + sortable: 'custom', + showOverflowTooltip: true, + }, { prop: 'LastLoginTime', label: this.$t('system:userlist:table:LastLoginTime'),