{
"form": {
"tabs": [
//#region geo lon lat 经纬度
{
"tabId": 7,
"attrs": {
"label": "地理位置",
// 处理地图直接加载显示不全
"lazy": true
},
"rows": []
},
//#endregion eo lon lat
],
"rows": [
//#region geo lon lat 经纬度
{
"rowId": 7,
"attrs": {
"label": "经纬度"
},
"meta": {
"tabId": 7
},
"columns": []
},
//#endregion eo lon lat
],
"columns": {
//#region geography 经纬度 点
//"geography": {
// "sortId": 9999,
// "alias": "geography",
// "field": "geography",
// "events": {},
// "attrs": {
// "label": "地理位置",
// "maxlength": -1,
// "clearable": true
// },
// "attrsInt": {},
// "meta": {
// "component": "bs-input",
// "rowId": "1",
// "tabId": "1",
// "span": 12,
// //表单里面不显示
// "data-field-hidden": true,
// "data-type": "object",
// //kv 对象,显示的数据字段 name/value
// "data-show-field": "name"
// }
//},
//"lng": {
// "sortId": 9999,
// "alias": "lng",
// "field": "lng",
// "events": {},
// "attrs": {
// "label": "经度",
// "maxlength": 22,
// "clearable": true
// },
// "attrsInt": {},
// "meta": {
// //"component": "bs-input",
// "rowId": "1",
// "tabId": "1",
// "span": 12,
// // #region 特殊配置
// "fromValue": false,
// "html": false,
// "component": "bs-text"
// // #endregion 特殊配置
// }
//},
//"lat": {
// "sortId": 9999,
// "alias": "lat",
// "field": "lat",
// "events": {},
// "attrs": {
// "label": "纬度",
// "maxlength": 22,
// "clearable": true,
// //表单里面不显示
// "data-field-hidden": true,
// "data-type": "object",
// //kv 对象,显示的数据字段 name/value
// "data-show-field": "name"
// },
// "attrsInt": {},
// "meta": {
// //"component": "bs-input",
// "rowId": "1",
// "tabId": "1",
// "span": 12,
// // #region 特殊配置
// "fromValue": false,
// "html": false,
// "component": "bs-text"
// // #endregion 特殊配置
// }
//},
"lngLat": {
"sortId": 9999,
"alias": "lng_lat",
"field": "lngLat",
"events": {},
"attrs": {
"label": "经纬度",
"root-data-reload": true,
"maxlength": 150,
"clearable": true,
//控制地图等数据加载完成后再加载
"lazy-renger": true,
//自定义组件
"component-type": "custom",
//lng 对应的字段
"lng-field": "lng",
//lat 对应的字段
"lat-field": "lat",
//Geography 对应的字段(数据库类型Geography)
"geography-field": "geography",
//common-dim-list listtotree
"nodejs": null
},
"attrsInt": {},
"meta": {
"html": false,
"edit": true,
"component": "bo-map-point",
"componentOp": "bo-map-point",
"rowId": "7",
"tabId": "7",
"type": "basis",
"span": 24
}
},
//#endregion geography 经纬度 点
},
}
}
文档更新时间: 2022-05-19 13:18 作者:admin