fix: group role cannot be displayed currently

This commit is contained in:
pa
2025-05-05 18:39:15 +09:00
committed by Natsumi
parent cae493dd2b
commit 2b522e92f1
@@ -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 @@
>,&nbsp;</span >,&nbsp;</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 @@
>,&nbsp;</span >,&nbsp;</span
> >
</template> </template>
</template>
</span> </span>
</div> </div>
</li> </li>