{
"table": {
"columns": {
//#region geography 经纬度 点
//"geography": {
// "sortId": 9999,
// "alias": "geography",
// "field": "geography",
// "events": {},
// "attrs": {
// "type": "expand",
// "label": "地理位置",
// "maxlength": -1,
// "clearable": true
// },
// "attrsInt": {},
// "meta": {
// "html": true,
// "component": "bs-text",
// "componentOp": "bs-input",
// "rowId": "1",
// "tabId": "1",
// "type": "basis",
// "span": 12
// }
//},
//"lng": {
// "sortId": 9999,
// "alias": "lng",
// "field": "lng",
// "events": {},
// "attrs": {
// "type": "expand",
// "label": "经度",
// "maxlength": 22,
// "clearable": true
// },
// "attrsInt": {},
// "meta": {
// "fromValue": true,
// "html": true,
// "component": "bs-text",
// "componentOp": "bs-input",
// "rowId": "1",
// "tabId": "1",
// "type": "basis",
// "span": 12
// }
//},
//"lat": {
// "sortId": 9999,
// "alias": "lat",
// "field": "lat",
// "events": {},
// "attrs": {
// "type": "expand",
// "label": "纬度",
// "maxlength": 22,
// "clearable": true
// },
// "attrsInt": {},
// "meta": {
// "fromValue": true,
// "html": true,
// "component": "bs-text",
// "componentOp": "bs-input",
// "rowId": "1",
// "tabId": "1",
// "type": "basis",
// "span": 12
// }
//},
"lngLat": {
"sortId": 9999,
"alias": "lng_lat",
"field": "lngLat",
"events": {},
"attrs": {
"show-content-title": "地图",
//标签显示
"show-content-tag": true,
"icon": "el-icon-position",
"label": "经纬度",
"maxlength": 150,
"clearable": true,
"root-data-reload": true,
//自定义组件
"component-type": "custom",
//表格里面直接使用自定义组件
//"component-type-show": "custom",
//lng 对应的字段
"lng-field": "lng",
//lat 对应的字段
"lat-field": "lat",
//Geography 对应的字段(数据库类型Geography)
"geography-field": "geography"
},
"attrsInt": {},
"meta": {
"html": true,
"edit": true,
"component": "bs-text",
"componentOp": "bo-map-point",
"rowId": "1",
"tabId": "1",
"type": "basis",
"span": 12
}
},
//#endregion geography 经纬度 点
}
}
}
文档更新时间: 2022-05-19 13:17 作者:admin