fix:[FL-157][移除用户ID列的标签样式]

- 移除用户ID列的Typography.Text code渲染
- 用户ID现在以普通文本形式显示

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
chengkai3
2026-06-17 23:06:24 +08:00
parent 1c1843e180
commit 22e316850e
-1
View File
@@ -558,7 +558,6 @@ export default function AdminUsersPage() {
title: "用户 ID",
dataIndex: "id",
width: 180,
render: (value: string) => <Typography.Text code>{value}</Typography.Text>,
},
{
title: "用户名",