mirror of
https://gitee.com/dcloud/opendb.git
synced 2024-11-10 11:09:44 +08:00
feat: uni-id d_ids e_ids
This commit is contained in:
parent
3c4cdc9c33
commit
c9be2fe0a7
@ -130,8 +130,8 @@
|
||||
"title": "头像文件",
|
||||
"description": "用file类型方便使用uni-file-picker组件"
|
||||
},
|
||||
"d_id": {
|
||||
"bsonType": "string",
|
||||
"d_ids": {
|
||||
"bsonType": "array",
|
||||
"description": "部门ID",
|
||||
"title": "部门",
|
||||
"foreignKey": "opendb-department._id",
|
||||
@ -142,8 +142,8 @@
|
||||
"field": "_id as value, name as text"
|
||||
}
|
||||
},
|
||||
"e_id": {
|
||||
"bsonType": "string",
|
||||
"e_ids": {
|
||||
"bsonType": "array",
|
||||
"description": "企业ID",
|
||||
"title": "企业"
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@opendb/uni-id-users",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"description": "uni-id-users",
|
||||
"keywords": ["uni-id", "用户管理", "登录", "注册"],
|
||||
"opendb": {
|
||||
|
Loading…
Reference in New Issue
Block a user