fix: 修复用户管理列设置未能正确禁用列的问题

This commit is contained in:
2024-09-06 21:49:04 +08:00
parent 8a80db0f92
commit eec9610e70

View File

@@ -128,6 +128,7 @@ const columns: TableInstanceColumns[] = [
},
{
title: '用户名',
dataIndex: 'username',
slotName: 'username',
width: 140,
ellipsis: true,