Skip to content

Commit

Permalink
fix: 修复用户管理列设置未能正确禁用列的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles7c committed Sep 6, 2024
1 parent 8a80db0 commit eec9610
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/system/user/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ const columns: TableInstanceColumns[] = [
},
{
title: '用户名',
dataIndex: 'username',
slotName: 'username',
width: 140,
ellipsis: true,
Expand Down

0 comments on commit eec9610

Please sign in to comment.