mirror of
https://gitee.com/dcloud/opendb.git
synced 2024-12-26 22:41:15 +08:00
update: opendb-contacts
This commit is contained in:
parent
c9ce5d73e5
commit
72d24288ed
@ -14,8 +14,8 @@
|
||||
},
|
||||
"username": {
|
||||
"bsonType": "string",
|
||||
"title": "用户名",
|
||||
"description": "用户名,不允许重复",
|
||||
"title": "姓名",
|
||||
"description": "姓名",
|
||||
"order": 1,
|
||||
"trim": "both"
|
||||
},
|
||||
@ -60,10 +60,12 @@
|
||||
"title": "备注",
|
||||
"order": 5,
|
||||
"description": "备注",
|
||||
"trim":"both"
|
||||
"trim": "both",
|
||||
"component": {
|
||||
"name": "textarea"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"index": []
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user