显示明文密码
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user