Skip to content

Commit

Permalink
fix: 体验问题修复
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 1529
  • Loading branch information
yuri0528 committed Jan 5, 2024
1 parent 9c9947f commit 4ba8906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/src/views/organization/details/UserInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<template v-for="(item, index) in tableSettings.fields" :key="index">
<bk-table-column :prop="item.field" :label="item.name">
<template #default="{ row }">
<bk-button v-if="item.field === 'username'" text theme="primary" @click="handleClick('view', row)">
<bk-button v-if="item.field === 'username'" text theme="primary" @click="handleClick(row)">
{{ row.username }}
</bk-button>
<span v-else-if="item.field === 'departments'">
Expand Down

0 comments on commit 4ba8906

Please sign in to comment.