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'),