fix: update users collection config

This commit is contained in:
chenos 2021-01-07 12:51:48 +08:00
parent 54fdb7ab46
commit 80acf5f199

View File

@ -13,6 +13,7 @@ export default {
title: '用户名',
unique: true,
required: true,
createOnly: true,
component: {
type: 'string',
showInTable: true,
@ -51,7 +52,6 @@ export default {
type: 'password',
name: 'password',
title: '密码',
required: true,
hidden: true,
component: {
type: 'password',