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>
|
||||||
<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 }">
|
||||||
{{
|
{{
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue