diff --git a/src/views/system/user/components/roleList.vue b/src/views/system/user/components/roleList.vue index 530ecf93..94f319a2 100644 --- a/src/views/system/user/components/roleList.vue +++ b/src/views/system/user/components/roleList.vue @@ -37,7 +37,7 @@ {{ $fd('IsEnable', !scope.row.IsUserRoleDisabled) }} - + + + + + + {{ + scope.row.TrialUserRoleList.map( + (item) => item.UserTypeShortName + ).join(', ') + }} + @@ -479,7 +506,10 @@ - + - {{ $t("common:button:search") }} + {{ $t('common:button:search') }} - {{ $t("common:button:reset") }} + {{ $t('common:button:reset') }} @@ -101,15 +101,11 @@ sortable="custom" > - + {{ scope.row.UserNameList.length > 0 - ? scope.row.UserNameList.join(", ") - : "" + ? scope.row.UserNameList.join(', ') + : '' }} @@ -164,10 +160,10 @@ > {{ - $fd("IsUserExitTrial", scope.row.IsDeleted) + $fd('IsUserExitTrial', scope.row.IsDeleted) }} {{ - $fd("IsUserExitTrial", scope.row.IsDeleted) + $fd('IsUserExitTrial', scope.row.IsDeleted) }} @@ -193,23 +189,23 @@