Skip to content

Commit

Permalink
Update UsersView.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
mingchiuli authored Jan 16, 2025
1 parent d4ad664 commit 5c80ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/sys/UsersView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ const getRegisterLink = async (username: string) => {
</template>
</el-table-column>

<el-table-column label="角色" align="center">
<el-table-column label="角色" min-width="200" align="center">
<template #default="scope">
<el-tag size="small" v-for="item in scope.row.roles" v-bind:key="item.code" type="info">{{
getRoleName(item)
Expand Down

0 comments on commit 5c80ef0

Please sign in to comment.