1
continuous-integration/drone/push Build is passing Details

uat_us
wangxiaoshuang 2024-12-30 15:20:37 +08:00
parent 24e05ebc3e
commit c5fb53a05f
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@
}} }}
</template> </template>
<template slot="roleSlot" slot-scope="{ scope }"> <template slot="roleSlot" slot-scope="{ scope }">
{{ scope.row.RoleNameList.map((role) => role.RoleName).join(',') }} {{ scope.row.RoleNameList.map((role) => role.RoleName).join(', ') }}
</template> </template>
<template slot="isZhiZhunSlot" slot-scope="{ scope }"> <template slot="isZhiZhunSlot" slot-scope="{ scope }">
{{ {{

View File

@ -140,7 +140,7 @@
<span>{{ <span>{{
scope.row.TrialUserRoleList.map( scope.row.TrialUserRoleList.map(
(item) => item.UserTypeShortName (item) => item.UserTypeShortName
).join(',') ).join(', ')
}}</span> }}</span>
</el-button> </el-button>
</template> </template>