用户列表增加用户参与项目的统计数字
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
a566c1a0b8
commit
3c4cce70c5
|
@ -219,6 +219,13 @@ export default {
|
||||||
sortable: 'custom',
|
sortable: 'custom',
|
||||||
showOverflowTooltip: true,
|
showOverflowTooltip: true,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
prop: 'JoinedTrialCount',
|
||||||
|
label: this.$t('system:userlist:table:JoinedTrialCount'),
|
||||||
|
minWidth: 150,
|
||||||
|
sortable: 'custom',
|
||||||
|
showOverflowTooltip: true,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
prop: 'LastLoginTime',
|
prop: 'LastLoginTime',
|
||||||
label: this.$t('system:userlist:table:LastLoginTime'),
|
label: this.$t('system:userlist:table:LastLoginTime'),
|
||||||
|
|
Loading…
Reference in New Issue