显示明文密码

This commit is contained in:
2025-05-09 22:46:43 +08:00
parent cc6fa03d90
commit aa735a9d6a
3 changed files with 26 additions and 39 deletions

View File

@@ -33,6 +33,11 @@ const columns: DataTableColumn<User>[] = [
width: 200,
render: (row) => h(Name, { user: row }),
},
{
title: "密码",
key: "raw_password",
width: 100,
},
{
title: "创建时间",
key: "create_time",