From 041266c2506f8f4f557e8382d7cc1304e415df02 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Fri, 17 Jan 2025 09:31:06 +0800 Subject: [PATCH] =?UTF-8?q?admin=E9=A1=B9=E7=9B=AE=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E8=A7=92=E8=89=B2=E6=9D=83=E9=99=90=E9=85=8D=E7=BD=AE=E3=80=81?= =?UTF-8?q?=E9=83=A8=E5=88=86=E5=9B=BD=E9=99=85=E5=8C=96=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E8=A7=A3=E5=86=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/user/components/roleList.vue | 2 +- .../personnel-manage/components/staff.vue | 34 +++++- src/views/trials/trials-panel/site/index.vue | 102 +++++++++--------- 3 files changed, 82 insertions(+), 56 deletions(-) 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 @@