mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-03 05:26:05 +02:00
fix: group role cannot be displayed currently
This commit is contained in:
@@ -985,6 +985,7 @@
|
|||||||
</template>
|
</template>
|
||||||
<i class="el-icon-edit-outline" style="margin-right: 5px" />
|
<i class="el-icon-edit-outline" style="margin-right: 5px" />
|
||||||
</el-tooltip>
|
</el-tooltip>
|
||||||
|
</template>
|
||||||
<template v-for="roleId in user.roleIds">
|
<template v-for="roleId in user.roleIds">
|
||||||
<span
|
<span
|
||||||
v-for="(role, rIndex) in groupDialog.ref.roles"
|
v-for="(role, rIndex) in groupDialog.ref.roles"
|
||||||
@@ -995,7 +996,6 @@
|
|||||||
>, </span
|
>, </span
|
||||||
>
|
>
|
||||||
</template>
|
</template>
|
||||||
</template>
|
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -1049,6 +1049,7 @@
|
|||||||
</template>
|
</template>
|
||||||
<i class="el-icon-edit-outline" style="margin-right: 5px" />
|
<i class="el-icon-edit-outline" style="margin-right: 5px" />
|
||||||
</el-tooltip>
|
</el-tooltip>
|
||||||
|
</template>
|
||||||
<template v-for="roleId in user.roleIds">
|
<template v-for="roleId in user.roleIds">
|
||||||
<span
|
<span
|
||||||
v-for="(role, rIndex) in groupDialog.ref.roles"
|
v-for="(role, rIndex) in groupDialog.ref.roles"
|
||||||
@@ -1059,7 +1060,6 @@
|
|||||||
>, </span
|
>, </span
|
||||||
>
|
>
|
||||||
</template>
|
</template>
|
||||||
</template>
|
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
Reference in New Issue
Block a user