feat: uni-id d_ids e_ids

This commit is contained in:
wangyaqi 2022-08-12 15:15:56 +08:00
parent 3c4cdc9c33
commit c9be2fe0a7
2 changed files with 5 additions and 5 deletions

View File

@ -130,8 +130,8 @@
"title": "头像文件", "title": "头像文件",
"description": "用file类型方便使用uni-file-picker组件" "description": "用file类型方便使用uni-file-picker组件"
}, },
"d_id": { "d_ids": {
"bsonType": "string", "bsonType": "array",
"description": "部门ID", "description": "部门ID",
"title": "部门", "title": "部门",
"foreignKey": "opendb-department._id", "foreignKey": "opendb-department._id",
@ -142,8 +142,8 @@
"field": "_id as value, name as text" "field": "_id as value, name as text"
} }
}, },
"e_id": { "e_ids": {
"bsonType": "string", "bsonType": "array",
"description": "企业ID", "description": "企业ID",
"title": "企业" "title": "企业"
}, },

View File

@ -1,6 +1,6 @@
{ {
"name": "@opendb/uni-id-users", "name": "@opendb/uni-id-users",
"version": "1.0.1", "version": "1.0.2",
"description": "uni-id-users", "description": "uni-id-users",
"keywords": ["uni-id", "用户管理", "登录", "注册"], "keywords": ["uni-id", "用户管理", "登录", "注册"],
"opendb": { "opendb": {