1
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
24e05ebc3e
commit
c5fb53a05f
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue