简要描述:
- 模块底下-所有配置
- 获取所有信息,缓存到前端,结合栏目权限控制展示字段、功能
https://doc.rg1008.com/docs/rg_pass_api/rg_pass_api-1d2ve6n23rlk4
接口版本:
版本号 | 制定人 | 制定日期 | 修订日期 |
---|---|---|---|
v3 | 陈碧贵 | 2022-03-17 | xxxx-xx-xx |
请求URL:
http://{url参数}/bo/api/v3/bridge/bo-user/res/polymerization?ownerId=bt&sysId&mkey=bo-user&ignore=true
请求方式:
- GET
请求头:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
XownerId | 是 | string | 项目唯一ID,对应bo_project {ownerId} |
XsysId | 否 | string | 所属系统 对应 bo_system 表 |
XuserFromFirstShareId | string | 否 | 一级分享用户ID, bo_user user_id |
XuserFromSecondShareId | string | 否 | 二级分享用户ID, bo_user user_id |
XverifyApi | 是 | string | 加密规则encryptByDES(`${newGuid()} |
XfilterAreaCode | 否 | string | 行政区编码, 对应 bo_sys_area area_code |
Content-Type: | 是 | string | application/json; charset=utf-8 请求类型 |
Authorization | 是 | string | 当前用户认证信息,通过登录接口获取 Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6 |
请求参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
roleName | 是 | string | 角色关键字 |
_nodejs | 是 | string | common-data 对应/Config/AppNodeJs/Plugins/fn- common-data.js, 通过nodejs插件,对响应结果进行二次处理 common-data 普通数据(小写驼峰)common-data-under 普通数据下划线 |
ignore | 否 | string | true (开发环境生效) |
sqlconfig | 否 | string | true (开发环境生效) |
返回示例:
正确时返回:
{
"data": {
"actionMappers": [
{
"sortId": 1,
"name": "save",
"events": {
"click": "on-click",
"type": "save"
},
"attrs": {
"class": "el-icon-check",
"label": "保存",
"type": "primary"
},
"attrsInt": {},
"styles": {},
"enabled": true,
"meta": {
"html": true,
"auth": true,
"position": [
"form"
],
"component": "el-button"
}
},
{
"sortId": 5,
"name": "reset",
"events": {
"click": "on-click",
"type": "reset"
},
"attrs": {
"class": "el-icon-refresh-left",
"label": "重置",
"type": "primary"
},
"attrsInt": {},
"styles": {},
"enabled": false,
"meta": {
"html": true,
"auth": true,
"position": [
"form"
],
"component": "el-button"
}
},
{
"sortId": 10,
"name": "close",
"events": {
"click": "on-click",
"type": "close"
},
"attrs": {
"class": "el-icon-close",
"label": "关闭",
"type": "primary"
},
"attrsInt": {},
"styles": {},
"enabled": true,
"meta": {
"html": true,
"auth": true,
"position": [
"form"
],
"component": "el-button"
}
},
{
"sortId": 15,
"name": "add",
"events": {
"click": "on-click",
"type": "add"
},
"attrs": {
"class": "el-icon-plus",
"label": "新增",
"type": "primary"
},
"attrsInt": {},
"styles": {},
"enabled": true,
"meta": {
"html": true,
"auth": true,
"position": [
"action"
],
"component": "el-button"
}
},
{
"sortId": 20,
"name": "edit",
"events": {
"click": "on-click",
"type": "edit"
},
"attrs": {
"class": "el-icon-edit",
"label": "修改",
"type": "primary"
},
"attrsInt": {},
"styles": {},
"enabled": true,
"meta": {
"html": true,
"auth": true,
"position": [
"action",
"row"
],
"component": "el-button"
}
},
{
"sortId": 25,
"name": "up",
"events": {
"click": "on-click",
"type": "up"
},
"attrs": {
"class": "el-icon-sort-up",
"label": "上移",
"type": "primary"
},
"attrsInt": {},
"styles": {},
"enabled": true,
"meta": {
"moveField": "sortId",
"html": true,
"auth": true,
"position": [
"row"
],
"component": "el-button"
}
},
{
"sortId": 30,
"name": "down",
"events": {
"click": "on-click",
"type": "down"
},
"attrs": {
"class": "el-icon-sort-down",
"label": "下移",
"type": "primary"
},
"attrsInt": {},
"styles": {},
"enabled": true,
"meta": {
"moveField": "sortId",
"html": true,
"auth": true,
"position": [
"row"
],
"component": "el-button"
}
},
{
"sortId": 35,
"name": "history",
"events": {
"click": "on-click",
"type": "history"
},
"attrs": {
"class": "el-icon-document",
"label": "变更记录",
"type": "primary"
},
"attrsInt": {},
"styles": {},
"enabled": true,
"meta": {
"html": true,
"auth": true,
"position": [
"form"
],
"component": "el-button"
}
},
{
"sortId": 40,
"name": "detail",
"events": {
"click": "on-click",
"type": "detail"
},
"attrs": {
"class": "el-icon-document",
"label": "详情",
"type": "primary"
},
"attrsInt": {},
"styles": {},
"enabled": true,
"meta": {
"html": true,
"auth": true,
"position": [
"action",
"row"
],
"component": "el-button"
}
},
{
"sortId": 45,
"name": "ocr",
"events": {
"click": "on-click",
"type": "ocr"
},
"attrs": {
"class": "el-icon-view",
"label": "OCR",
"type": "primary"
},
"attrsInt": {},
"styles": {},
"enabled": false,
"meta": {
"html": true,
"auth": true,
"position": [
"action"
],
"component": "el-button"
}
},
{
"sortId": 50,
"name": "del",
"events": {
"click": "on-click",
"type": "del"
},
"attrs": {
"class": "el-icon-delete",
"label": "删除",
"type": "danger"
},
"attrsInt": {},
"styles": {},
"enabled": true,
"meta": {
"html": true,
"auth": true,
"position": [
"action",
"row"
],
"component": "el-button"
}
},
{
"sortId": 55,
"name": "check",
"events": {
"click": "on-click",
"type": "check"
},
"attrs": {
"class": "el-icon-document-checked",
"label": "审核",
"type": "warning"
},
"attrsInt": {},
"styles": {},
"enabled": false,
"meta": {
"html": true,
"auth": true,
"position": [
"action",
"row"
],
"component": "el-button"
}
},
{
"sortId": 60,
"name": "import",
"events": {
"click": "on-click",
"type": "import"
},
"attrs": {
"class": "el-icon-document-add",
"label": "导入",
"type": "info"
},
"attrsInt": {},
"styles": {},
"enabled": true,
"meta": {
"html": true,
"auth": true,
"position": [
"action"
],
"component": "el-button"
}
},
{
"sortId": 65,
"name": "export",
"events": {
"click": "on-click",
"type": "export"
},
"attrs": {
"class": "el-icon-s-grid",
"label": "导出",
"type": "info"
},
"attrsInt": {},
"styles": {},
"enabled": true,
"meta": {
"html": true,
"auth": true,
"position": [
"action"
],
"component": "el-button"
}
},
{
"sortId": 70,
"name": "search",
"events": {
"click": "on-click",
"type": "search"
},
"attrs": {
"class": "el-icon-search",
"label": "查询",
"type": "success"
},
"attrsInt": {},
"styles": {},
"enabled": false,
"meta": {
"html": true,
"auth": true,
"position": [
"action"
],
"component": "el-button"
}
},
{
"sortId": 9999,
"name": "refresh",
"events": {
"click": "on-click",
"type": "refresh"
},
"attrs": {
"class": "el-icon-refresh",
"label": "刷新",
"type": "success"
},
"attrsInt": {},
"styles": {},
"enabled": false,
"meta": {
"html": true,
"auth": true,
"position": [
"action"
],
"component": "el-button"
}
}
],
"enabledExtend": true,
"cacheDate": "2022-03-15T10:52:15",
"formData": {
"data": {
"level": {
"connName": null,
"id": null,
"parentId": null,
"name": "V0",
"key": null,
"value": 0,
"type": null,
"dataLevel": null,
"level": null,
"sort": null,
"sortId": null,
"checked": null,
"enabled": null,
"children": null,
"location": null,
"path": null
},
"sex": {
"connName": null,
"id": null,
"parentId": null,
"name": "未知",
"key": null,
"value": "3",
"type": null,
"dataLevel": null,
"level": null,
"sort": null,
"sortId": null,
"checked": null,
"enabled": null,
"children": null,
"location": null,
"path": null
},
"account": {
"userId": "0",
"userName": null,
"nikeName": null,
"errorCount": null,
"clientId": null,
"refusalReason": null,
"wbId": null,
"openId": null,
"wxOpenId": null,
"wxAppOpenId": null,
"wxUnionId": null,
"diffTableNo": 1,
"isApp": {
"connName": null,
"id": null,
"parentId": null,
"name": "否",
"key": null,
"value": 0,
"type": null,
"dataLevel": null,
"level": null,
"sort": null,
"sortId": null,
"checked": null,
"enabled": null,
"children": null,
"location": null,
"path": null
},
"isDeveloper": {
"connName": null,
"id": null,
"parentId": null,
"name": "否",
"key": null,
"value": 0,
"type": null,
"dataLevel": null,
"level": null,
"sort": null,
"sortId": null,
"checked": null,
"enabled": null,
"children": null,
"location": null,
"path": null
},
"isMultipleLogin": {
"connName": null,
"id": null,
"parentId": null,
"name": "否",
"key": null,
"value": 0,
"type": null,
"dataLevel": null,
"level": null,
"sort": null,
"sortId": null,
"checked": null,
"enabled": null,
"children": null,
"location": null,
"path": null
},
"userStatus": {
"connName": null,
"id": null,
"parentId": null,
"name": "正常",
"key": null,
"value": 1,
"type": null,
"dataLevel": null,
"level": null,
"sort": null,
"sortId": null,
"checked": null,
"enabled": null,
"children": null,
"location": null,
"path": null
},
"unlockTime": {
"connName": null,
"id": null,
"parentId": null,
"name": null,
"key": null,
"value": null,
"type": null,
"dataLevel": null,
"level": null,
"sort": null,
"sortId": null,
"checked": null,
"enabled": null,
"children": null,
"location": null,
"path": null
}
},
"area": [
{
"userId": "0",
"areaCode": "0",
"areaName": null,
"diffTableNo": 1
}
],
"dep": [
{
"userId": "0",
"depId": "0",
"depName": null,
"parentId": null,
"diffTableNo": 1
}
],
"job": [
{
"userId": "0",
"jobId": "0",
"jobName": null,
"diffTableNo": 1
}
],
"merger": [
{
"userId": "0",
"mergeUserId": "0",
"diffTableNo": 1
}
],
"role": [
{
"userId": "0",
"roleId": "0",
"roleName": null,
"parentId": null,
"diffTableNo": 1
}
],
"headIcon": null,
"idCard": null,
"nikeName": null,
"postCode": null,
"realName": null,
"sortId": null,
"userId": "0",
"userName": null,
"depId": null,
"roleId": null,
"diffTableNo": 0,
"isHidePhone": {
"connName": null,
"id": null,
"parentId": null,
"name": "否",
"key": null,
"value": 0,
"type": null,
"dataLevel": null,
"level": null,
"sort": null,
"sortId": null,
"checked": null,
"enabled": null,
"children": null,
"location": null,
"path": null
},
"userStatus": {
"connName": null,
"id": null,
"parentId": null,
"name": "正常",
"key": null,
"value": 1,
"type": null,
"dataLevel": null,
"level": null,
"sort": null,
"sortId": null,
"checked": null,
"enabled": null,
"children": null,
"location": null,
"path": null
}
},
"field": null,
"cacheKey": null,
"cacheType": null,
"cacheDate": null,
"auth": null,
"path": null,
"code": "0",
"retCode": "0",
"version": null,
"title": null,
"success": true,
"message": null,
"differencer": null,
"error": null,
"schema": null,
"paging": null,
"fromApi": null,
"fromEnv": null
},
"childrens": {
"bo-user-account": {
"actionMappers": [],
"childrens": {},
"table": {
"attrs": {},
"attrsForm": {},
"styles": {},
"columns": {
"clientId": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "client_id",
"field": "clientId",
"events": {},
"attrs": {
"clearable": true,
"label": "客户端Id ",
"maxlength": "50",
"type": "expand"
},
"attrsInt": {},
"styles": {},
"meta": {
"html": true,
"component": "bs-text",
"componentOp": "bs-input",
"rowId": "1",
"tabId": "1",
"type": "basis",
"span": 12
}
},
"errorCount": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "error_count",
"field": "errorCount",
"events": {},
"attrs": {
"clearable": true,
"label": "密码错误次数",
"maxlength": "10",
"type": "expand"
},
"attrsInt": {},
"styles": {},
"meta": {
"edit": true,
"html": true,
"component": "bs-text",
"componentOp": "bs-input",
"rowId": "1",
"tabId": "1",
"type": "basis",
"span": 12
}
},
"isApp": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "is_app",
"field": "isApp",
"events": {},
"attrs": {
"active-text": "是",
"clearable": true,
"inactive-text": "否",
"label": "应用账号",
"maxlength": "10",
"type": "expand"
},
"attrsInt": {
"active-value": 1,
"inactive-value": 0
},
"styles": {},
"meta": {
"html": false,
"component": "bo-switch",
"componentOp": "bo-switch",
"rowId": "1",
"tabId": "1",
"type": "basis",
"span": 12,
"fromValue": true,
"resMkey": "bo-user-account",
"resField": "basis",
"primaryId": [
{
"field": "userId",
"alias": "user_id"
}
]
}
},
"isDeveloper": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "is_developer",
"field": "isDeveloper",
"events": {},
"attrs": {
"active-text": "是",
"clearable": true,
"inactive-text": "否",
"label": "开发者",
"maxlength": "10",
"type": "expand"
},
"attrsInt": {
"active-value": 1,
"inactive-value": 0
},
"styles": {},
"meta": {
"html": false,
"component": "bo-switch",
"componentOp": "bo-switch",
"rowId": "1",
"tabId": "1",
"type": "basis",
"span": 12,
"fromValue": true,
"resMkey": "bo-user-account",
"resField": "basis",
"primaryId": [
{
"field": "userId",
"alias": "user_id"
}
]
}
},
"isMultipleLogin": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "is_multiple_login",
"field": "isMultipleLogin",
"events": {},
"attrs": {
"active-text": "是",
"clearable": true,
"inactive-text": "否",
"label": "关闭多地登录",
"maxlength": "10",
"type": "expand"
},
"attrsInt": {
"active-value": 1,
"inactive-value": 0
},
"styles": {},
"meta": {
"html": false,
"component": "bo-switch",
"componentOp": "bo-switch",
"rowId": "1",
"tabId": "1",
"type": "basis",
"span": 12,
"fromValue": true,
"resMkey": "bo-user-account",
"resField": "basis",
"primaryId": [
{
"field": "userId",
"alias": "user_id"
}
]
}
},
"nikeName": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "nike_name",
"field": "nikeName",
"events": {},
"attrs": {
"clearable": true,
"label": "昵称",
"maxlength": "50",
"type": "expand"
},
"attrsInt": {},
"styles": {},
"meta": {
"edit": true,
"html": true,
"component": "bs-text",
"componentOp": "bs-input",
"rowId": "1",
"tabId": "1",
"type": "basis",
"span": 12
}
},
"openId": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "open_id",
"field": "openId",
"events": {},
"attrs": {
"clearable": true,
"label": "开源账号",
"maxlength": "200",
"type": "expand"
},
"attrsInt": {},
"styles": {},
"meta": {
"html": true,
"component": "bs-text",
"componentOp": "bs-input",
"rowId": "1",
"tabId": "1",
"type": "basis",
"span": 12
}
},
"refusalReason": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "refusal_reason",
"field": "refusalReason",
"events": {},
"attrs": {
"clearable": true,
"component-type": "custom",
"label": "驳回理由",
"lazy-renger": false,
"maxlength": "2000",
"type": "expand"
},
"attrsInt": {},
"styles": {},
"meta": {
"edit": true,
"html": true,
"component": "bs-text",
"componentOp": "bs-input-area",
"rowId": "1",
"tabId": "1",
"type": "basis",
"span": 24
}
},
"unlockTime": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "unlock_time",
"field": "unlockTime",
"events": {},
"attrs": {
"date-type": "datetime",
"format": "yyyy-MM-dd HH:mm:ss",
"format-dj": "YYYY-MM-DD HH:mm:ss",
"label": "解锁时间",
"type": "expand",
"value-format-dj": "YYYY-MM-DD HH:mm:ss",
"valueFormat": "yyyy-MM-dd HH:mm:ss"
},
"attrsInt": {},
"styles": {},
"meta": {
"edit": true,
"html": true,
"component": "bs-text",
"componentOp": "bo-date-picker",
"rowId": "1",
"tabId": "1",
"type": "basis",
"span": 12,
"prop": "pushDate",
"fromValue": true
}
},
"userId": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "user_id",
"field": "userId",
"events": {},
"attrs": {
"clearable": true,
"label": "编号",
"maxlength": "36",
"type": "expand"
},
"attrsInt": {},
"styles": {},
"meta": {
"html": true,
"component": "bs-text",
"componentOp": "bs-input",
"rowId": "1",
"tabId": "1",
"type": "basis",
"span": 12
}
},
"userName": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "user_name",
"field": "userName",
"events": {},
"attrs": {
"clearable": true,
"label": "登录账号",
"maxlength": "50",
"type": "expand"
},
"attrsInt": {},
"styles": {},
"meta": {
"html": true,
"component": "bs-text",
"componentOp": "bs-input",
"rowId": "1",
"tabId": "1",
"type": "basis",
"span": 12
}
},
"userPwd": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "user_pwd",
"field": "user_pwd",
"events": {},
"attrs": {
"label": "账号密码",
"show-password": true,
"type": "expand"
},
"attrsInt": {},
"styles": {},
"meta": {
"html": true,
"component": "bs-text",
"componentOp": "bs-qt2db-input",
"rowId": "1",
"tabId": "1",
"type": "basis",
"span": 12,
"prop": "userPwd"
}
},
"userStatus": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "user_status",
"field": "userStatus",
"events": {},
"attrs": {
"clearable": true,
"component-type": "custom",
"label": "账号状态",
"lazy-renger": false,
"maxlength": "10",
"multiple": false,
"type": "expand"
},
"attrsInt": {},
"styles": {},
"meta": {
"edit": true,
"html": true,
"auth": true,
"component": "bs-text",
"componentOp": "bs-select",
"rowId": "1",
"tabId": "1",
"type": "basis",
"span": 12,
"prop": "userStatus",
"fromValue": true,
"dimRemote": true,
"dimSessionKey": "dim-bo-user-account",
"dimLocalKey": "dim-bo-user-account",
"dimMkey": "bo-user-account",
"dimResField": "basis",
"dimColumnField": "userStatus",
"dimDataType": "int",
"dimUrl": ""
}
},
"wbId": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "wb_id",
"field": "wbId",
"events": {},
"attrs": {
"clearable": true,
"label": "微博账号",
"maxlength": "200",
"type": "expand"
},
"attrsInt": {},
"styles": {},
"meta": {
"html": true,
"component": "bs-text",
"componentOp": "bs-input",
"rowId": "1",
"tabId": "1",
"type": "basis",
"span": 12
}
},
"wxOpenId": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "wx_open_id",
"field": "wxOpenId",
"events": {},
"attrs": {
"clearable": true,
"label": "微信公众号ID",
"maxlength": "200",
"type": "expand"
},
"attrsInt": {},
"styles": {},
"meta": {
"html": true,
"component": "bs-text",
"componentOp": "bs-input",
"rowId": "1",
"tabId": "1",
"type": "basis",
"span": 12
}
},
"wxUnionId": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "wx_union_id",
"field": "wxUnionId",
"events": {},
"attrs": {
"clearable": true,
"label": "微信UnionId",
"maxlength": "200",
"type": "expand"
},
"attrsInt": {},
"styles": {},
"meta": {
"html": true,
"component": "bs-text",
"componentOp": "bs-input",
"rowId": "1",
"tabId": "1",
"type": "basis",
"span": 12
}
}
}
},
"form": {
"attrs": {
"visible": false
},
"attrsInt": {},
"styles": {},
"tab": {
"tabPosition": "left",
"type": "border-card"
},
"tabs": [
{
"columns": [],
"rows": [],
"sortId": 9999,
"tabId": "1",
"events": {},
"attrs": {},
"attrsInt": {},
"styles": {},
"meta": {}
}
],
"steps": {
"steps": "1"
},
"rows": [
{
"columns": [],
"sortId": 9999,
"rowId": "1",
"events": {},
"attrs": {},
"attrsInt": {},
"styles": {},
"meta": {
"tabId": "1"
}
}
],
"columns": {
"clientId": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "client_id",
"field": "clientId",
"events": {},
"attrs": {
"clearable": true,
"disabled": "disabled",
"label": "客户端ID",
"maxlength": "50"
},
"attrsInt": {},
"styles": {},
"meta": {
"component": "bs-input",
"rowId": "1",
"tabId": "1",
"span": 12
}
},
"confirmPassword": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "confirm_password",
"field": "confirmPassword",
"events": {},
"attrs": {
"label": "确认密码",
"show-password": true
},
"attrsInt": {},
"styles": {},
"meta": {
"encDesMethod": "qt",
"component": "bs-qt2db-input",
"rowId": "1",
"tabId": "1",
"span": 12,
"prop": "confirmPassword"
}
},
"errorCount": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "error_count",
"field": "errorCount",
"events": {},
"attrs": {
"clearable": true,
"label": "密码错误次数",
"maxlength": "10"
},
"attrsInt": {},
"styles": {},
"meta": {
"component": "bs-input",
"rowId": "1",
"tabId": "1",
"span": 12
}
},
"isApp": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "is_app",
"field": "isApp",
"events": {},
"attrs": {
"active-text": "是",
"clearable": true,
"inactive-text": "否",
"label": "应用账号",
"maxlength": "10"
},
"attrsInt": {
"active-value": 1,
"inactive-value": 0
},
"styles": {},
"meta": {
"component": "bo-switch",
"rowId": "1",
"tabId": "1",
"span": 12,
"fromValue": true
}
},
"isDeveloper": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "is_developer",
"field": "isDeveloper",
"events": {},
"attrs": {
"active-text": "是",
"clearable": true,
"inactive-text": "否",
"label": "开发者",
"maxlength": "10"
},
"attrsInt": {
"active-value": 1,
"inactive-value": 0
},
"styles": {},
"meta": {
"component": "bo-switch",
"rowId": "1",
"tabId": "1",
"span": 12,
"fromValue": true
}
},
"isMultipleLogin": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "is_multiple_login",
"field": "isMultipleLogin",
"events": {},
"attrs": {
"active-text": "是",
"clearable": true,
"inactive-text": "否",
"label": "关闭多地登录",
"maxlength": "10"
},
"attrsInt": {
"active-value": 1,
"inactive-value": 0
},
"styles": {},
"meta": {
"component": "bo-switch",
"rowId": "1",
"tabId": "1",
"span": 12,
"fromValue": true
}
},
"newPassword": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "new_password",
"field": "newPassword",
"events": {},
"attrs": {
"label": "新密码",
"show-password": true
},
"attrsInt": {},
"styles": {},
"meta": {
"encDesMethod": "qt",
"component": "bs-qt2db-input",
"rowId": "1",
"tabId": "1",
"span": 12,
"prop": "newPassword"
}
},
"nikeName": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "nike_name",
"field": "nikeName",
"events": {},
"attrs": {
"clearable": true,
"label": "昵称",
"maxlength": "50"
},
"attrsInt": {},
"styles": {},
"meta": {
"component": "bs-input",
"rowId": "1",
"tabId": "1",
"span": 12
}
},
"openId": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "open_id",
"field": "openId",
"events": {},
"attrs": {
"clearable": true,
"disabled": "disabled",
"label": "开源账号",
"maxlength": "200"
},
"attrsInt": {},
"styles": {},
"meta": {
"component": "bs-input",
"rowId": "1",
"tabId": "1",
"span": 12
}
},
"password": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "password",
"field": "password",
"events": {},
"attrs": {
"label": "原始密码",
"show-password": true
},
"attrsInt": {},
"styles": {},
"meta": {
"encDesMethod": "qt",
"component": "bs-qt2db-input",
"rowId": "1",
"tabId": "1",
"span": 12,
"prop": "password"
}
},
"refusalReason": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "refusal_reason",
"field": "refusalReason",
"events": {},
"attrs": {
"clearable": true,
"component-type": "custom",
"label": "驳回理由",
"lazy-renger": true,
"maxlength": "2000",
"type": "expand"
},
"attrsInt": {},
"styles": {},
"meta": {
"edit": true,
"component": "bs-input-area",
"rowId": "1",
"tabId": "1",
"type": "basis",
"span": 24
}
},
"unlockTime": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "unlock_time",
"field": "unlockTime",
"events": {},
"attrs": {
"date-type": "datetime",
"format": "yyyy-MM-dd HH:mm:ss",
"format-dj": "YYYY-MM-DD HH:mm:ss",
"label": "解锁时间",
"value-format-dj": "YYYY-MM-DD HH:mm:ss",
"valueFormat": "yyyy-MM-dd HH:mm:ss"
},
"attrsInt": {},
"styles": {},
"meta": {
"component": "bo-date-picker",
"rowId": "1",
"tabId": "1",
"type": "basis",
"span": 12,
"prop": "unlockTime",
"fromValue": true
}
},
"userId": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "user_id",
"field": "userId",
"events": {},
"attrs": {
"clearable": true,
"hidden": true,
"label": "编号",
"maxlength": "36"
},
"attrsInt": {},
"styles": {},
"meta": {
"component": "bs-input",
"rowId": "1",
"tabId": "1",
"span": 12
}
},
"userName": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "user_name",
"field": "userName",
"events": {},
"attrs": {
"clearable": true,
"label": "登录账号",
"maxlength": "50"
},
"attrsInt": {},
"styles": {},
"meta": {
"component": "bs-input",
"rowId": "1",
"tabId": "1",
"span": 12
}
},
"userPwd": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "user_pwd",
"field": "userPwd",
"events": {},
"attrs": {
"label": "账号密码",
"show-password": true
},
"attrsInt": {},
"styles": {},
"meta": {
"component": "bs-qt2db-input",
"rowId": "1",
"tabId": "1",
"span": 12,
"prop": "userPwd"
}
},
"userStatus": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "user_status",
"field": "userStatus",
"events": {},
"attrs": {
"clearable": true,
"component-type": "custom",
"label": "账号状态",
"lazy-renger": true,
"maxlength": "10",
"multiple": false
},
"attrsInt": {},
"styles": {},
"meta": {
"auth": true,
"component": "bs-select",
"rowId": "1",
"type": "basis",
"span": 12,
"prop": "userStatus",
"fromValue": true,
"dimRemote": true,
"dimSessionKey": "dim-bo-user-account",
"dimLocalKey": "dim-bo-user-account",
"dimMkey": "bo-user-account",
"dimResField": "basis",
"dimColumnField": "userStatus",
"dimDataType": "int",
"dimUrl": ""
}
},
"wbId": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "wb_id",
"field": "wbId",
"events": {},
"attrs": {
"clearable": true,
"disabled": "disabled",
"label": "微博账号",
"maxlength": "200"
},
"attrsInt": {},
"styles": {},
"meta": {
"component": "bs-input",
"rowId": "1",
"tabId": "1",
"span": 12
}
},
"wxAppOpenId": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "wx_app_open_id",
"field": "wxAppOpenId",
"events": {},
"attrs": {
"clearable": true,
"disabled": "disabled",
"label": "微信小程序Id",
"maxlength": "200"
},
"attrsInt": {},
"styles": {},
"meta": {
"component": "bs-input",
"rowId": "1",
"tabId": "1",
"span": 12
}
},
"wxOpenId": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "wx_open_id",
"field": "wxOpenId",
"events": {},
"attrs": {
"clearable": true,
"disabled": "disabled",
"label": "微信公众号Id",
"maxlength": "200"
},
"attrsInt": {},
"styles": {},
"meta": {
"component": "bs-input",
"rowId": "1",
"tabId": "1",
"span": 12
}
},
"wxUnionId": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "wx_union_id",
"field": "wxUnionId",
"events": {},
"attrs": {
"clearable": true,
"disabled": "disabled",
"label": "微信UnionId",
"maxlength": "200"
},
"attrsInt": {},
"styles": {},
"meta": {
"component": "bs-input",
"rowId": "1",
"tabId": "1",
"span": 12
}
}
}
},
"search": {
"attrs": {
"visible": false
},
"attrsInt": {},
"styles": {},
"tab": {
"tabPosition": "left",
"type": "border-card"
},
"tabs": [
{
"columns": [],
"rows": [],
"sortId": 9999,
"tabId": "1",
"events": {},
"attrs": {},
"attrsInt": {},
"styles": {},
"meta": {}
}
],
"steps": {
"steps": "1"
},
"rows": [
{
"columns": [],
"sortId": 9999,
"rowId": "1",
"events": {},
"attrs": {},
"attrsInt": {},
"styles": {},
"meta": {
"tabId": "1"
}
}
],
"columns": {
"nikeName": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "nike_name",
"field": "nikeName",
"events": {},
"attrs": {
"clearable": true,
"label": "昵称",
"maxlength": "50"
},
"attrsInt": {},
"styles": {},
"meta": {
"component": "bs-input",
"rowId": "1",
"tabId": "1"
}
},
"userName": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "user_name",
"field": "userName",
"events": {},
"attrs": {
"clearable": true,
"label": "登录账号",
"maxlength": "50"
},
"attrsInt": {},
"styles": {},
"meta": {
"component": "bs-input",
"rowId": "1",
"tabId": "1"
}
}
}
},
"actions": {
"table": [],
"search": [],
"form": [],
"action": []
},
"primaryId": [
{
"field": "userId",
"alias": "user_id"
}
]
},
"bo-user-role": {
"actionMappers": [],
"childrens": {},
"table": {
"attrs": {},
"attrsForm": {},
"styles": {},
"columns": {}
},
"form": {
"attrs": {},
"attrsInt": {},
"styles": {},
"tab": {},
"steps": {},
"columns": {}
},
"search": {
"attrs": {},
"attrsInt": {},
"styles": {},
"tab": {},
"steps": {},
"columns": {}
},
"actions": {
"table": [],
"search": [],
"form": [],
"action": []
}
},
"bo-user-area": {
"actionMappers": [],
"childrens": {},
"table": {
"attrs": {},
"attrsForm": {},
"styles": {},
"columns": {}
},
"form": {
"attrs": {},
"attrsInt": {},
"styles": {},
"tab": {},
"steps": {},
"columns": {}
},
"search": {
"attrs": {},
"attrsInt": {},
"styles": {},
"tab": {},
"steps": {},
"columns": {}
},
"actions": {
"table": [],
"search": [],
"form": [],
"action": []
}
},
"bo-user-dep": {
"actionMappers": [],
"childrens": {},
"table": {
"attrs": {},
"attrsForm": {},
"styles": {},
"columns": {}
},
"form": {
"attrs": {},
"attrsInt": {},
"styles": {},
"tab": {},
"steps": {},
"columns": {}
},
"search": {
"attrs": {},
"attrsInt": {},
"styles": {},
"tab": {},
"steps": {},
"columns": {}
},
"actions": {
"table": [],
"search": [],
"form": [],
"action": []
}
},
"bo-user-job": {
"actionMappers": [],
"childrens": {},
"table": {
"attrs": {},
"attrsForm": {},
"styles": {},
"columns": {}
},
"form": {
"attrs": {},
"attrsInt": {},
"styles": {},
"tab": {},
"steps": {},
"columns": {}
},
"search": {
"attrs": {},
"attrsInt": {},
"styles": {},
"tab": {},
"steps": {},
"columns": {}
},
"actions": {
"table": [],
"search": [],
"form": [],
"action": []
}
},
"bo-user-merge": {
"actionMappers": [],
"childrens": {},
"table": {
"attrs": {},
"attrsForm": {},
"styles": {},
"columns": {}
},
"form": {
"attrs": {},
"attrsInt": {},
"styles": {},
"tab": {},
"steps": {},
"columns": {}
},
"search": {
"attrs": {},
"attrsInt": {},
"styles": {},
"tab": {},
"steps": {},
"columns": {}
},
"actions": {
"table": [],
"search": [],
"form": [],
"action": []
}
},
"bo-user-system": {
"actionMappers": [],
"childrens": {},
"table": {
"attrs": {},
"attrsForm": {},
"styles": {},
"columns": {}
},
"form": {
"attrs": {},
"attrsInt": {},
"styles": {},
"tab": {},
"steps": {},
"columns": {}
},
"search": {
"attrs": {},
"attrsInt": {},
"styles": {},
"tab": {},
"steps": {},
"columns": {}
},
"actions": {
"table": [],
"search": [],
"form": [],
"action": []
}
}
},
"table": {
"attrs": {
"loading": false,
"search": false
},
"attrsForm": {},
"styles": {},
"columns": {
"account": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "account",
"field": "account",
"events": {},
"attrs": {
"label": "账号信息"
},
"attrsInt": {},
"styles": {},
"meta": {
"html": true,
"component": "bs-text",
"componentOp": "bs-input",
"rowId": "1",
"tabId": "1",
"type": "basis",
"span": 12
}
},
"area": {
"attrsForm": {},
"attrsFormInt": {},
"query": {
"userId": "userId"
},
"queryLeft": {
"leftAreaCode": "areaCode"
},
"queryRight": {
"rightAreaCode": "areaCode"
},
"queryMenu": {},
"params": {
"area": "areaCode",
"userId": "value"
},
"sortId": 9999,
"alias": "area",
"field": "area",
"events": {},
"attrs": {
"clearable": true,
"closed-no-refresh-data": false,
"component-action": "tag",
"data-custorm": true,
"data-edit": true,
"data-src-field": "",
"data-table-reload": true,
"data-type": "array",
"data-type-field": "",
"data-value-field": "areaCode",
"label": "行政区",
"left-column-label": "已选",
"maxlength": "200",
"open-parent-click": true,
"right-column-label": "行政区划名",
"right-data-field": "manager-area-all",
"right-data-mkey": "bo-area",
"right-filter-field": "areaName",
"right-save-before-error": "未选择。",
"right-save-field": "manager-area",
"right-save-mkey": "bo-user-area",
"right-save-single": false,
"right-save-single-error": "只能选择1条数据",
"right-save-success": "保存成功。",
"type": "expand"
},
"attrsInt": {},
"styles": {},
"meta": {
"edit": false,
"html": false,
"component": "bs-text",
"componentOp": "bs-lookup-owner",
"rowId": "1",
"tabId": "1",
"type": "basis",
"span": 12
}
},
"createTime": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "create_time",
"field": "createTime",
"events": {},
"attrs": {
"label": "创建时间",
"valueFormat": "yyyy-MM-dd"
},
"attrsInt": {},
"styles": {},
"meta": {
"html": true,
"component": "bs-text",
"componentOp": "el-date-picker",
"rowId": "1",
"tabId": "1",
"type": "basis",
"span": 12,
"prop": "createTime",
"fromValue": true
}
},
"dep": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "dep",
"field": "dep",
"events": {},
"attrs": {
"clearable": "10",
"component-type": "custom",
"data-type": "arrayto2",
"edit": true,
"filterable": true,
"label": "组织机构",
"lazy-renger": false,
"maxlength": "10",
"multiple": true,
"remote": true,
"type": "expand"
},
"attrsInt": {},
"styles": {},
"meta": {
"edit": true,
"html": true,
"auth": true,
"component": "bs-text",
"componentOp": "bo-cascader",
"rowId": "5",
"tabId": "5",
"type": "basis",
"span": 12,
"prop": "dep",
"fromValue": true,
"dimRemote": true,
"dimSessionKey": "dim-bo-dep",
"dimLocalKey": "dim-bo-dep",
"dimMkey": "bo-dep",
"dimResField": "global",
"dimColumnField": "global",
"dimDataType": "string",
"dimUrl": ""
}
},
"distance": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "distance",
"field": "distance",
"events": {},
"attrs": {
"clearable": true,
"label": "距离",
"maxlength": "36",
"type": "expand"
},
"attrsInt": {},
"styles": {},
"meta": {
"html": true,
"component": "bs-text",
"componentOp": "bs-input",
"rowId": "1",
"tabId": "1",
"type": "basis",
"span": 12
}
},
"geographyVal": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "geography_val",
"field": "geographyVal",
"events": {},
"attrs": {
"clearable": true,
"label": "地理位置",
"maxlength": "-1",
"type": "expand"
},
"attrsInt": {},
"styles": {},
"meta": {
"html": true,
"component": "bs-text",
"componentOp": "bs-input",
"rowId": "1",
"tabId": "1",
"type": "basis",
"span": 12
}
},
"headIcon": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "head_icon",
"field": "headIcon",
"events": {},
"attrs": {
"accept": "image/jpeg,image/jpg,image/png,image/gif,image/png,image/bmp",
"drag": true,
"fromVmodel": "row-data",
"height": "1.5rem",
"hideTitle": "hide",
"label": "头像",
"limit": "1",
"listType": "picture",
"maxSize": "4000",
"multiple": false,
"round": true,
"width": "1.5rem"
},
"attrsInt": {},
"styles": {},
"meta": {
"edit": true,
"html": false,
"component": "bo-img",
"componentOp": "bs-upload",
"rowId": "1",
"tabId": "1",
"type": "basis",
"span": 24,
"dataType": "string2file"
}
},
"idCard": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "id_card",
"field": "idCard",
"events": {},
"attrs": {
"clearable": true,
"component-type": "custom",
"component-type-show": "custom",
"label": "身份证",
"lazy-renger": false,
"maxlength": "100",
"open-parent-click": true,
"type": "expand"
},
"attrsInt": {},
"styles": {},
"meta": {
"encDesMethod": "qt2db",
"edit": true,
"html": false,
"component": "bs-qt2db-text",
"componentOp": "bs-qt2db-input",
"rowId": "1",
"tabId": "1",
"type": "basis",
"span": 12
}
},
"isHidePhone": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "is_hide_phone",
"field": "isHidePhone",
"events": {},
"attrs": {
"active-text": "隐藏",
"clearable": true,
"inactive-text": "显示",
"label": "隐藏手机号",
"maxlength": "10",
"type": "expand"
},
"attrsInt": {
"active-value": 1,
"inactive-value": 0
},
"styles": {},
"meta": {
"html": false,
"component": "bo-switch",
"componentOp": "bo-switch",
"rowId": "1",
"tabId": "1",
"type": "basis",
"span": 12,
"fromValue": true,
"resMkey": "bo-user",
"resField": "basis",
"primaryId": [
{
"field": "userId",
"alias": "user_id"
}
]
}
},
"job": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "job",
"field": "job",
"events": {},
"attrs": {
"clearable": "10",
"component-type": "custom",
"data-type": "arrayto2",
"filterable": true,
"label": "职位",
"lazy-renger": false,
"maxlength": "10",
"multiple": true,
"remote": true,
"type": "expand"
},
"attrsInt": {},
"styles": {},
"meta": {
"edit": true,
"html": true,
"auth": true,
"component": "bs-text",
"componentOp": "bs-select",
"rowId": "6",
"tabId": "6",
"type": "basis",
"span": 12,
"prop": "job",
"fromValue": true,
"dimRemote": true,
"dimSessionKey": "dim-bo-job",
"dimLocalKey": "dim-bo-job",
"dimMkey": "bo-job",
"dimResField": "global",
"dimColumnField": "global",
"dimDataType": "string",
"dimUrl": ""
}
},
"jsonVal": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "json_val",
"field": "jsonVal",
"events": {},
"attrs": {
"clearable": true,
"label": "json",
"maxlength": "1000",
"type": "expand"
},
"attrsInt": {},
"styles": {},
"meta": {
"html": true,
"component": "bs-text",
"componentOp": "bs-input",
"rowId": "1",
"tabId": "1",
"type": "basis",
"span": 12
}
},
"lat": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "lat",
"field": "lat",
"events": {},
"attrs": {
"label": "纬度",
"type": "expand"
},
"attrsInt": {},
"styles": {},
"meta": {
"html": true,
"component": "bs-text",
"componentOp": "bs-input",
"rowId": "1",
"tabId": "1",
"type": "basis",
"span": 12
}
},
"level": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "level",
"field": "level",
"events": {},
"attrs": {
"clearable": "10",
"filterable": true,
"label": "用户等级",
"maxlength": "10",
"multiple": false,
"remote": true
},
"attrsInt": {},
"styles": {},
"meta": {
"edit": true,
"auth": true,
"component": "bs-text",
"componentOp": "bs-select",
"rowId": "1",
"type": "basis",
"span": 12,
"prop": "level",
"fromValue": true,
"dimRemote": true,
"dimSessionKey": "dim-bo-user",
"dimLocalKey": "dim-bo-user",
"dimMkey": "bo-user",
"dimResField": "manager",
"dimColumnField": "level",
"dimDataType": "int",
"dimUrl": ""
}
},
"lng": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "lng",
"field": "lng",
"events": {},
"attrs": {
"label": "经度",
"type": "expand"
},
"attrsInt": {},
"styles": {},
"meta": {
"html": true,
"component": "bs-text",
"componentOp": "bs-input",
"rowId": "1",
"tabId": "1",
"type": "basis",
"span": 12
}
},
"merger": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "merger",
"field": "merger",
"events": {},
"attrs": {
"label": "统一用户",
"type": "expand"
},
"attrsInt": {},
"styles": {},
"meta": {
"html": true,
"component": "bs-text",
"componentOp": "bs-input",
"rowId": "1",
"tabId": "1",
"type": "basis",
"span": 12
}
},
"parentId": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "parent_id",
"field": "parentId",
"events": {},
"attrs": {
"clearable": true,
"label": "上级菜单",
"maxlength": "36",
"type": "expand"
},
"attrsInt": {},
"styles": {},
"meta": {
"html": true,
"component": "bs-text",
"componentOp": "bs-input",
"rowId": "1",
"tabId": "1",
"type": "basis",
"span": 12
}
},
"pinYin": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "pin_yin",
"field": "pinYin",
"events": {},
"attrs": {
"clearable": true,
"label": "名字拼音",
"maxlength": "100",
"type": "expand"
},
"attrsInt": {},
"styles": {},
"meta": {
"html": true,
"component": "bs-text",
"componentOp": "bs-input",
"rowId": "1",
"tabId": "1",
"type": "basis",
"span": 12
}
},
"pushName": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "push_name",
"field": "pushName",
"events": {},
"attrs": {
"clearable": true,
"label": "发布名称",
"maxlength": "200"
},
"attrsInt": {},
"styles": {},
"meta": {
"html": true,
"component": "bs-text",
"componentOp": "bs-input",
"rowId": "1",
"tabId": "1",
"type": "basis",
"span": 12
}
},
"realName": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "real_name",
"field": "realName",
"events": {},
"attrs": {
"clearable": true,
"label": "真实姓名",
"maxlength": "200",
"type": "expand"
},
"attrsInt": {},
"styles": {},
"meta": {
"edit": true,
"html": true,
"component": "bs-text",
"componentOp": "bs-input",
"rowId": "1",
"tabId": "1",
"type": "basis",
"span": 12
}
},
"role": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "role",
"field": "role",
"events": {},
"attrs": {
"clearable": "10",
"component-type": "custom",
"filterable": true,
"label": "所属角色",
"lazy-renger": false,
"maxlength": "10",
"multiple": true,
"remote": true,
"type": "expand"
},
"attrsInt": {},
"styles": {},
"meta": {
"edit": true,
"html": true,
"auth": true,
"component": "bs-text",
"componentOp": "bs-select",
"rowId": "4",
"tabId": "4",
"type": "basis",
"span": 12,
"prop": "role",
"fromValue": true,
"dimRemote": true,
"dimSessionKey": "dim-bo-role",
"dimLocalKey": "dim-bo-role",
"dimMkey": "bo-role",
"dimResField": "global",
"dimColumnField": "global",
"dimDataType": "string",
"dimUrl": ""
}
},
"roleVal": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "role_val",
"field": "roleVal",
"events": {},
"attrs": {
"label": "角色信息",
"type": "expand"
},
"attrsInt": {},
"styles": {},
"meta": {
"html": true,
"component": "bs-text",
"componentOp": "bs-input",
"rowId": "1",
"tabId": "1",
"type": "basis",
"span": 12
}
},
"sex": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "sex",
"field": "sex",
"events": {},
"attrs": {
"clearable": "10",
"filterable": true,
"label": "性别",
"maxlength": "10",
"multiple": false,
"remote": true,
"type": "expand"
},
"attrsInt": {},
"styles": {},
"meta": {
"edit": true,
"html": true,
"auth": true,
"component": "bs-text",
"componentOp": "bs-select",
"rowId": "1",
"tabId": "1",
"type": "basis",
"span": 12,
"prop": "sex",
"fromValue": true,
"dimRemote": true,
"dimSessionKey": "dim-bo-user",
"dimLocalKey": "dim-bo-user",
"dimMkey": "bo-user",
"dimResField": "manager",
"dimColumnField": "sex",
"dimDataType": "string",
"dimUrl": ""
}
},
"sys": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "sys",
"field": "sys",
"events": {},
"attrs": {
"label": "所属系统",
"type": "expand"
},
"attrsInt": {},
"styles": {},
"meta": {
"html": true,
"component": "bs-text",
"componentOp": "bs-input",
"rowId": "1",
"tabId": "1",
"type": "basis",
"span": 12
}
},
"telephone": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "telephone",
"field": "telephone",
"events": {},
"attrs": {
"clearable": true,
"component-type": "custom",
"component-type-show": "custom",
"label": "手机号",
"lazy-renger": false,
"maxlength": "100",
"open-parent-click": true,
"type": "expand"
},
"attrsInt": {},
"styles": {},
"meta": {
"encDesMethod": "qt2db",
"edit": true,
"html": false,
"component": "bs-qt2db-text",
"componentOp": "bs-qt2db-input",
"rowId": "1",
"tabId": "1",
"type": "basis",
"span": 12
}
},
"userId": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "user_id",
"field": "userId",
"events": {},
"attrs": {
"clearable": true,
"hidden": "none",
"label": "用户ID",
"maxlength": "10",
"type": "expand"
},
"attrsInt": {},
"styles": {},
"meta": {
"html": true,
"component": "bs-text",
"componentOp": "bs-input",
"rowId": "1",
"tabId": "1",
"type": "basis",
"span": 12
}
},
"userName": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"field": "userName",
"events": {
"click": "on-click",
"type": "add"
},
"attrs": {
"label": "用户名",
"placeholder": "请输入内容"
},
"attrsInt": {},
"styles": {},
"meta": {
"auth": true,
"component": "bs-input",
"type": "basis"
}
}
}
},
"form": {
"attrs": {
"labelWidth": "80px",
"style": "margin-top:1.5rem;",
"visible": false
},
"attrsInt": {},
"styles": {},
"tab": {
"tabPosition": "left",
"type": "border-card"
},
"tabs": [
{
"columns": [],
"rows": [],
"sortId": 9999,
"tabId": "1",
"events": {},
"attrs": {
"label": "基本信息"
},
"attrsInt": {},
"styles": {},
"meta": {}
},
{
"columns": [],
"rows": [],
"sortId": 9999,
"tabId": "2",
"events": {},
"attrs": {
"label": "图片信息"
},
"attrsInt": {},
"styles": {},
"meta": {}
},
{
"columns": [],
"rows": [],
"sortId": 9999,
"tabId": "9",
"events": {},
"attrs": {
"label": "安全信息"
},
"attrsInt": {},
"styles": {},
"meta": {}
},
{
"columns": [],
"rows": [],
"sortId": 9999,
"tabId": "3",
"events": {},
"attrs": {
"label": "账号信息"
},
"attrsInt": {},
"styles": {},
"meta": {}
},
{
"columns": [],
"rows": [],
"sortId": 9999,
"tabId": "4",
"events": {},
"attrs": {
"label": "角色信息"
},
"attrsInt": {},
"styles": {},
"meta": {}
},
{
"columns": [],
"rows": [],
"sortId": 9999,
"tabId": "5",
"events": {},
"attrs": {
"label": "组织机构"
},
"attrsInt": {},
"styles": {},
"meta": {}
},
{
"columns": [],
"rows": [],
"sortId": 9999,
"tabId": "6",
"events": {},
"attrs": {
"label": "职位信息"
},
"attrsInt": {},
"styles": {},
"meta": {}
},
{
"columns": [],
"rows": [],
"sortId": 9999,
"tabId": "7",
"events": {},
"attrs": {
"label": "行政信息"
},
"attrsInt": {},
"styles": {},
"meta": {}
}
],
"steps": {
"active": "1",
"steps": "1"
},
"rows": [
{
"columns": [],
"sortId": 9999,
"rowId": "1",
"events": {},
"attrs": {
"label": "基本信息"
},
"attrsInt": {},
"styles": {},
"meta": {
"tabId": "1"
}
},
{
"columns": [],
"sortId": 9999,
"rowId": "2",
"events": {},
"attrs": {
"label": "图片信息"
},
"attrsInt": {},
"styles": {},
"meta": {
"tabId": "2"
}
},
{
"columns": [],
"sortId": 9999,
"rowId": "9",
"events": {},
"attrs": {
"label": "安全信息"
},
"attrsInt": {},
"styles": {},
"meta": {
"tabId": "9"
}
},
{
"columns": [],
"sortId": 9999,
"rowId": "3",
"events": {},
"attrs": {
"label": "账号信息"
},
"attrsInt": {},
"styles": {},
"meta": {
"tabId": "3"
}
},
{
"columns": [],
"sortId": 9999,
"rowId": "4",
"events": {},
"attrs": {
"label": "角色信息"
},
"attrsInt": {},
"styles": {},
"meta": {
"tabId": "4"
}
},
{
"columns": [],
"sortId": 9999,
"rowId": "5",
"events": {},
"attrs": {
"label": "组织机构"
},
"attrsInt": {},
"styles": {},
"meta": {
"tabId": "5"
}
},
{
"columns": [],
"sortId": 9999,
"rowId": "6",
"events": {},
"attrs": {
"label": "职位信息"
},
"attrsInt": {},
"styles": {},
"meta": {
"tabId": "6"
}
},
{
"columns": [],
"sortId": 9999,
"rowId": "7",
"events": {},
"attrs": {
"label": "行政信息"
},
"attrsInt": {},
"styles": {},
"meta": {
"tabId": "7"
}
},
{
"columns": [],
"sortId": 9999,
"rowId": "8",
"events": {},
"attrs": {
"label": "权限信息"
},
"attrsInt": {},
"styles": {},
"meta": {
"tabId": "8"
}
}
],
"columns": {
"account": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "account",
"field": "account",
"events": {},
"attrs": {
"label": "账号信息"
},
"attrsInt": {},
"styles": {},
"meta": {
"component": "bs-input",
"rowId": "1",
"tabId": "1",
"span": 12
}
},
"area": {
"attrsForm": {},
"attrsFormInt": {},
"query": {
"userId": "userId"
},
"queryLeft": {
"leftAreaCode": "areaCode"
},
"queryRight": {
"rightAreaCode": "areaCode"
},
"queryMenu": {},
"params": {
"areaCode": "areaCode",
"depId": "value"
},
"sortId": 9999,
"alias": "area",
"field": "area",
"events": {},
"attrs": {
"clearable": true,
"closed-no-refresh-data": false,
"component-action": "tag",
"data-custorm": true,
"data-src-field": "",
"data-type": "array",
"data-type-field": "",
"data-value-field": "areaCode",
"label": "行政区",
"left-column-label": "已选",
"maxlength": "200",
"open-form-dialog": true,
"open-parent-click": true,
"right-column-label": "用户名",
"right-data-field": "manager-area-all",
"right-data-mkey": "bo-area",
"right-filter-field": "areaName",
"right-save-before-error": "未选择。",
"right-save-field": "manager-area",
"right-save-mkey": "bo-user-role",
"right-save-single": false,
"right-save-single-error": "只能选择1条数据",
"right-save-success": "保存成功。"
},
"attrsInt": {},
"styles": {},
"meta": {
"edit": false,
"html": false,
"component": "bs-text",
"componentOp": "bs-lookup-owner",
"rowId": "7",
"tabId": "7",
"type": "basis",
"span": 12,
"fromValue": false
}
},
"createTime": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "create_time",
"field": "createTime",
"events": {},
"attrs": {
"format": "yyyy-MM-dd",
"label": "创建时间",
"type": "date",
"value-format": "yyyy-MM-dd",
"valueFormat": "yyyy-MM-dd"
},
"attrsInt": {},
"styles": {},
"meta": {
"component": "el-date-picker",
"rowId": "1",
"tabId": "1",
"span": 12,
"prop": "createTime",
"fromValue": true
}
},
"dep": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "dep",
"field": "dep",
"events": {},
"attrs": {
"clearable": "10",
"component-type": "custom",
"data-type": "arrayto2",
"filterable": true,
"label": "组织机构",
"lazy-renger": true,
"maxlength": "10",
"multiple": true,
"remote": true
},
"attrsInt": {},
"styles": {},
"meta": {
"auth": true,
"component": "bo-cascader",
"rowId": "5",
"tabId": "5",
"type": "basis",
"span": 12,
"prop": "dep",
"fromValue": true,
"dimRemote": true,
"dimSessionKey": "dim-bo-dep",
"dimLocalKey": "dim-bo-dep",
"dimMkey": "bo-dep",
"dimResField": "global",
"dimColumnField": "global",
"dimDataType": "string",
"dimUrl": ""
}
},
"distance": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "distance",
"field": "distance",
"events": {},
"attrs": {
"clearable": true,
"label": "距离",
"maxlength": "36"
},
"attrsInt": {},
"styles": {},
"meta": {
"component": "bs-input",
"rowId": "1",
"tabId": "1",
"span": 12
}
},
"email": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "email",
"field": "email",
"events": {},
"attrs": {
"clearable": true,
"label": "邮箱",
"maxlength": "200",
"type": "email"
},
"attrsInt": {},
"styles": {},
"meta": {
"component": "bs-input",
"rowId": "1",
"tabId": "1",
"span": 12
}
},
"geographyVal": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "geography_val",
"field": "geographyVal",
"events": {},
"attrs": {
"clearable": true,
"label": "地理位置",
"maxlength": "-1"
},
"attrsInt": {},
"styles": {},
"meta": {
"component": "bs-input",
"rowId": "1",
"tabId": "1",
"span": 12
}
},
"headIcon": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "head_icon",
"field": "headIcon",
"events": {},
"attrs": {
"acceptT": "image/jpeg,image/jpg,image/png,image/gif,image/png,image/bmp",
"drag": true,
"hideTitle": "hide",
"label": "头像",
"limit": "1",
"listType": "picture",
"maxSize": "4000",
"multiple": false
},
"attrsInt": {},
"styles": {},
"meta": {
"edit": true,
"component": "bs-upload",
"rowId": "2",
"tabId": "2",
"span": 24,
"dataType": "string2file"
}
},
"idCard": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "id_card",
"field": "idCard",
"events": {},
"attrs": {
"clearable": true,
"component-type": "custom",
"label": "身份证号",
"lazy-renger": true,
"maxlength": "100"
},
"attrsInt": {},
"styles": {},
"meta": {
"encDesMethod": "qt2db",
"component": "bs-qt2db-input",
"rowId": "1",
"tabId": "1",
"span": 12
}
},
"isHidePhone": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "is_hide_phone",
"field": "isHidePhone",
"events": {},
"attrs": {
"active-text": "隐藏",
"clearable": true,
"inactive-text": "显示",
"label": "隐藏手机号",
"maxlength": "10"
},
"attrsInt": {
"active-value": 1,
"inactive-value": 0
},
"styles": {},
"meta": {
"component": "bo-switch",
"rowId": "1",
"tabId": "1",
"span": 12,
"fromValue": true
}
},
"job": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "job",
"field": "job",
"events": {},
"attrs": {
"clearable": "10",
"component-type": "custom",
"data-type": "arrayto2",
"filterable": true,
"label": "职位",
"lazy-renger": true,
"maxlength": "10",
"multiple": true,
"remote": true
},
"attrsInt": {},
"styles": {},
"meta": {
"auth": true,
"component": "bo-cascader",
"rowId": "6",
"tabId": "6",
"type": "basis",
"span": 12,
"prop": "job",
"fromValue": true,
"dimRemote": true,
"dimSessionKey": "dim-bo-job",
"dimLocalKey": "dim-bo-job",
"dimMkey": "bo-job",
"dimResField": "global",
"dimColumnField": "global",
"dimDataType": "string",
"dimUrl": ""
}
},
"jsonVal": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "json_val",
"field": "jsonVal",
"events": {},
"attrs": {
"clearable": true,
"label": "json",
"maxlength": "1000"
},
"attrsInt": {},
"styles": {},
"meta": {
"component": "bs-input",
"rowId": "1",
"tabId": "1",
"span": 12
}
},
"lat": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "lat",
"field": "lat",
"events": {},
"attrs": {
"label": "纬度"
},
"attrsInt": {},
"styles": {},
"meta": {
"component": "bs-input",
"rowId": "1",
"tabId": "1",
"span": 12
}
},
"level": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "level",
"field": "level",
"events": {},
"attrs": {
"clearable": "10",
"filterable": true,
"label": "用户等级",
"maxlength": "10",
"multiple": false,
"remote": true
},
"attrsInt": {},
"styles": {},
"meta": {
"edit": true,
"auth": true,
"component": "bs-select",
"rowId": "1",
"type": "basis",
"span": 12,
"prop": "level",
"fromValue": true,
"dimRemote": true,
"dimSessionKey": "dim-bo-user",
"dimLocalKey": "dim-bo-user",
"dimMkey": "bo-user",
"dimResField": "manager",
"dimColumnField": "level",
"dimDataType": "int",
"dimUrl": ""
}
},
"lng": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "lng",
"field": "lng",
"events": {},
"attrs": {
"label": "经度"
},
"attrsInt": {},
"styles": {},
"meta": {
"component": "bs-input",
"rowId": "1",
"tabId": "1",
"span": 12
}
},
"merger": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "merger",
"field": "merger",
"events": {},
"attrs": {
"label": "统一用户"
},
"attrsInt": {},
"styles": {},
"meta": {
"component": "bs-input",
"rowId": "1",
"tabId": "1",
"span": 12
}
},
"parentId": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "parent_id",
"field": "parentId",
"events": {},
"attrs": {
"clearable": true,
"label": "上级菜单",
"maxlength": "36"
},
"attrsInt": {},
"styles": {},
"meta": {
"component": "bs-input",
"rowId": "1",
"tabId": "1",
"span": 12
}
},
"pinYin": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "pin_yin",
"field": "pinYin",
"events": {},
"attrs": {
"clearable": true,
"label": "名字拼音",
"maxlength": "100"
},
"attrsInt": {},
"styles": {},
"meta": {
"component": "bs-input",
"rowId": "1",
"tabId": "1",
"span": 12
}
},
"realName": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "real_name",
"field": "realName",
"events": {},
"attrs": {
"clearable": true,
"label": "真实姓名",
"maxlength": "200"
},
"attrsInt": {},
"styles": {},
"meta": {
"component": "bs-input",
"rowId": "1",
"tabId": "1",
"span": 12
}
},
"role": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "role",
"field": "role",
"events": {},
"attrs": {
"clearable": "10",
"component-type": "custom",
"filterable": true,
"label": "所属角色",
"lazy-renger": true,
"maxlength": "10",
"multiple": true,
"remote": true
},
"attrsInt": {},
"styles": {},
"meta": {
"auth": true,
"component": "bs-select",
"rowId": "4",
"tabId": "4",
"type": "basis",
"span": 12,
"prop": "role",
"fromValue": true,
"dimRemote": true,
"dimSessionKey": "dim-bo-role",
"dimLocalKey": "dim-bo-role",
"dimMkey": "bo-role",
"dimResField": "global",
"dimColumnField": "global",
"dimDataType": "string",
"dimUrl": ""
}
},
"roleVal": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "role_val",
"field": "roleVal",
"events": {},
"attrs": {
"label": "角色信息"
},
"attrsInt": {},
"styles": {},
"meta": {
"component": "bs-input",
"rowId": "1",
"tabId": "1",
"span": 12
}
},
"sex": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "sex",
"field": "sex",
"events": {},
"attrs": {
"clearable": "10",
"filterable": true,
"label": "性别",
"maxlength": "10",
"multiple": false,
"remote": true
},
"attrsInt": {},
"styles": {},
"meta": {
"edit": true,
"auth": true,
"component": "bs-select",
"rowId": "1",
"type": "basis",
"span": 12,
"prop": "sex",
"fromValue": true,
"dimRemote": true,
"dimSessionKey": "dim-bo-user",
"dimLocalKey": "dim-bo-user",
"dimMkey": "bo-user",
"dimResField": "manager",
"dimColumnField": "sex",
"dimDataType": "string",
"dimUrl": ""
}
},
"sys": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "sys",
"field": "sys",
"events": {},
"attrs": {
"label": "所属系统"
},
"attrsInt": {},
"styles": {},
"meta": {
"component": "bs-input",
"rowId": "1",
"tabId": "1",
"span": 12
}
},
"telephone": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "telephone",
"field": "telephone",
"events": {},
"attrs": {
"clearable": true,
"component-type": "custom",
"label": "手机号",
"lazy-renger": true,
"maxlength": "100"
},
"attrsInt": {},
"styles": {},
"meta": {
"encDesMethod": "qt2db",
"component": "bs-qt2db-input",
"rowId": "1",
"tabId": "1",
"span": 12
}
},
"userId": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "user_id",
"field": "userId",
"events": {},
"attrs": {
"clearable": true,
"hidden": "none",
"label": "用户ID",
"maxlength": "10"
},
"attrsInt": {},
"styles": {},
"meta": {
"component": "bs-input",
"rowId": "1",
"tabId": "1",
"span": 12
}
},
"userName": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"field": "userName",
"events": {
"click": "on-click",
"type": "add"
},
"attrs": {
"label": "用户名",
"placeholder": "请输入内容"
},
"attrsInt": {},
"styles": {},
"meta": {
"auth": true,
"component": "bs-input",
"rowId": "1",
"type": "basis",
"span": 12
}
}
}
},
"search": {
"attrs": {
"visible": false
},
"attrsInt": {},
"styles": {},
"tab": {
"tabPosition": "left",
"type": "border-card"
},
"tabs": [
{
"columns": [],
"rows": [],
"sortId": 9999,
"tabId": "1",
"events": {},
"attrs": {
"label": "基本信息"
},
"attrsInt": {},
"styles": {},
"meta": {}
}
],
"steps": {
"steps": "1"
},
"rows": [
{
"columns": [],
"sortId": 9999,
"rowId": "1",
"events": {},
"attrs": {
"placeholder": "请输入内容"
},
"attrsInt": {},
"styles": {},
"meta": {
"tabId": "1"
}
}
],
"columns": {
"createTime": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 20,
"alias": "create_time",
"field": "createTime",
"events": {},
"attrs": {
"end-placeholder": "结束创建时间",
"format": "yyyy-MM-dd",
"format-dj": "YYYY-MM-DD",
"label": "创建时间",
"range-separator": "至",
"start-placeholder": "开始创建时间",
"type": "daterange",
"value-format-dj": "YYYY-MM-DD",
"valueFormat": "yyyy-MM-dd"
},
"attrsInt": {},
"styles": {},
"meta": {
"showApp": "pc",
"component": "bo-date-picker-range",
"rowId": "1",
"tabId": "1",
"span": 7,
"prop": "createTime"
}
},
"pushName": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 1,
"alias": "push_name",
"field": "pushName",
"events": {},
"attrs": {
"clearable": "255",
"maxlength": "255",
"placeholder": "用户名/真实姓名/昵称/手机后4位/身份证后6位"
},
"attrsInt": {},
"styles": {},
"meta": {
"component": "bo-search",
"rowId": "1",
"tabId": "1",
"span": 8,
"prop": "pushName"
}
},
"userName": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"field": "userName",
"events": {
"click": "on-click",
"type": "add"
},
"attrs": {
"label": "用户名",
"placeholder": "请输入内容"
},
"attrsInt": {},
"styles": {},
"meta": {
"auth": true,
"component": "bs-input",
"rowId": "1",
"type": "basis",
"span": 8
}
},
"userStatus": {
"attrsForm": {},
"attrsFormInt": {},
"query": {},
"queryLeft": {},
"queryRight": {},
"queryMenu": {},
"params": {},
"sortId": 9999,
"alias": "user_status",
"field": "userStatus",
"events": {},
"attrs": {
"clearable": true,
"component-type": "custom",
"label": "账号状态",
"lazy-renger": true,
"maxlength": "10",
"multiple": false
},
"attrsInt": {},
"styles": {},
"meta": {
"auth": true,
"component": "bs-select",
"rowId": "1",
"type": "basis",
"span": 8,
"prop": "userStatus",
"fromValue": true,
"dimRemote": true,
"dimSessionKey": "dim-bo-user-account",
"dimLocalKey": "dim-bo-user-account",
"dimMkey": "bo-user-account",
"dimResField": "basis",
"dimColumnField": "userStatus",
"dimDataType": "int",
"dimUrl": ""
}
}
}
},
"actions": {
"table": [],
"search": [],
"form": [],
"action": []
},
"primaryId": [
{
"field": "userId",
"alias": "user_id"
}
],
"rules": {
"address": [
{
"type": "maxlength",
"required": false,
"max": 500,
"message": "值【address】最大长度为500。"
}
],
"createTime": [
{
"type": "date",
"required": false,
"isAdd": true,
"isEdit": true,
"message": "【创建时间】格式不正确。"
}
],
"email": [
{
"type": "maxlength",
"required": false,
"isAdd": true,
"isEdit": true,
"max": 200,
"message": "【邮箱】最大长度为200。"
},
{
"type": "email",
"required": false,
"isAdd": true,
"isEdit": true,
"max": 200,
"message": "【邮箱】格式不正确。"
},
{
"url": "~/bo/api/v3/remote/unique/{mkey}/{resField}?ownerId={ownerId}&sysId={sysId}&rule={rule}&{params}",
"sql": "select count(email) from bo_user where email=@email {s-if:userId} and user_id<>@userId {e-if:userId}",
"type": "db",
"required": false,
"isAdd": true,
"isEdit": true,
"message": "【邮箱】已存在。"
}
],
"headIcon": [
{
"type": "maxlength",
"required": false,
"max": 200,
"message": "值【headIcon】最大长度为200。"
}
],
"idCard": [
{
"type": "maxlength",
"required": false,
"isAdd": true,
"isEdit": true,
"max": 36,
"message": "【身份证】最大长度为36。"
},
{
"type": "idcard",
"required": false,
"isAdd": true,
"isEdit": true,
"max": 36,
"message": "【身份证】格式不正确。"
},
{
"url": "~/bo/api/v3/remote/unique/{mkey}/{resField}?ownerId={ownerId}&sysId={sysId}&rule={rule}&{params}",
"sql": "select count(id_card) from bo_user where id_card=@idCard {s-if:userId} and user_id<>@userId {e-if:userId} ",
"type": "db",
"required": false,
"isAdd": true,
"isEdit": true,
"message": "【身份证】已存在。"
}
],
"isHidePhone": [
{
"type": "digits",
"required": false,
"message": "值【isHidePhone】必须是整数。"
}
],
"password": [
{
"type": "required",
"required": true,
"isAdd": true,
"isEdit": true,
"message": "【密码】值必须填写。",
"sortId": 1
},
{
"type": "loadpswd",
"required": false,
"isAdd": true,
"isEdit": true,
"message": "【密码】必须先加密,且验证规则正确。",
"sortId": 2
}
],
"pinYin": [
{
"type": "maxlength",
"required": false,
"max": 100,
"message": "值【pinYin】最大长度为100。"
}
],
"realName": [
{
"type": "maxlength",
"required": false,
"isAdd": true,
"isEdit": true,
"max": 20,
"message": "【真实姓名】最大长度为20。"
}
],
"remark": [
{
"type": "maxlength",
"required": false,
"max": 500,
"message": "值【remark】最大长度为500。"
}
],
"sex": [
{
"type": "maxlength",
"required": false,
"max": 2,
"message": "值【sex】最大长度为2。"
}
],
"sortId": [
{
"type": "digits",
"required": false,
"message": "值【sortId】必须是整数。"
}
],
"telephone": [
{
"type": "maxlength",
"required": false,
"isAdd": true,
"isEdit": true,
"max": 11,
"message": "【手机号码】最大长度为11。"
},
{
"type": "mobile",
"required": false,
"isAdd": true,
"isEdit": true,
"max": 11,
"message": "【手机号码】格式不正确。"
},
{
"url": "~/bo/api/v3/remote/unique/{mkey}/{resField}?ownerId={ownerId}&sysId={sysId}&rule={rule}&{params}",
"sql": "select count(telephone) from bo_user where telephone=@telephone {s-if:userId} and user_id<>@userId {e-if:userId} ",
"type": "db",
"required": false,
"isAdd": true,
"isEdit": true,
"message": "【手机号码】已存在。"
}
],
"userName": [
{
"type": "required",
"required": true,
"isAdd": true,
"isEdit": true,
"message": "【登录账号】值必须填写。"
},
{
"type": "maxlength",
"required": false,
"isAdd": true,
"isEdit": true,
"max": 50,
"message": "【登录账号】最大长度为50。"
}
],
"verifyCode": [
{
"type": "required",
"required": true,
"isAdd": true,
"isEdit": true,
"message": "【验证码】值必须填写。"
},
{
"type": "verifycode",
"required": true,
"isAdd": true,
"isEdit": true,
"message": "【验证码】无效。"
}
],
"verifyGuid": [
{
"type": "required",
"required": true,
"isAdd": true,
"isEdit": true,
"message": "【验证码密钥】必须传递。",
"sortId": 1
}
],
"verifySms": [
{
"type": "required",
"required": true,
"isAdd": true,
"isEdit": true,
"message": "【短信码】值必须填写。"
},
{
"type": "verifysms",
"required": true,
"isAdd": true,
"isEdit": true,
"message": "【短信码】无效。"
}
],
"verifySmsGuid": [
{
"type": "required",
"required": true,
"isAdd": true,
"isEdit": true,
"message": "【短信码密钥】必须传递。",
"sortId": 1
}
]
}
},
"code": "0",
"retCode": "0",
"success": true
}
错误时返回:
{
"code": 0,
"message": ""
"error":{
errorCode:null,
errorText:null
}
"success": false,
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
success | bool | true 表示数据请求成功(跟code=0一致),调用者优先使用 |
code | int | true 表示数据请求成功(跟code=0一致),调用者优先使用 |
data | obect | form/table |
cacheType | string | redis/sqlite/local 数据来源缓存 的类型(便于开发调试和性能优化) |
cacheDate | date | 最后数据获取时间 |
文档更新时间: 2022-08-29 08:09 作者:admin