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