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