1
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-12-30 15:20:37 +08:00
parent 24e05ebc3e
commit c5fb53a05f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -46,7 +46,7 @@
}}
</template>
<template slot="roleSlot" slot-scope="{ scope }">
{{ scope.row.RoleNameList.map((role) => role.RoleName).join(',') }}
{{ scope.row.RoleNameList.map((role) => role.RoleName).join(', ') }}
</template>
<template slot="isZhiZhunSlot" slot-scope="{ scope }">
{{
@@ -140,7 +140,7 @@
<span>{{
scope.row.TrialUserRoleList.map(
(item) => item.UserTypeShortName
).join(',')
).join(', ')
}}</span>
</el-button>
</template>