| | |
| | | , {field: 'updateTime$', align: 'center', title: '更新时间'} |
| | | , {field: 'lastData', align: 'center', title: '最近数据'} |
| | | , {field: 'originData', align: 'center', title: '原始地图'} |
| | | , {field: 'baseRow', align: 'center', title: '基准排'} |
| | | , {field: 'baseRowCode', align: 'center', title: '基准排-code'} |
| | | , {field: 'baseBay', align: 'center', title: '基准列'} |
| | | , {field: 'baseBayCode', align: 'center', title: '基准列-code'} |
| | | // , {field: 'baseRow', align: 'center', title: '基准排'} |
| | | // , {field: 'baseRowCode', align: 'center', title: '基准排-code'} |
| | | // , {field: 'baseBay', align: 'center', title: '基准列'} |
| | | // , {field: 'baseBayCode', align: 'center', title: '基准列-code'} |
| | | |
| | | , {fixed: 'right', title: '操作', align: 'center', toolbar: '#operate', width: 120} |
| | | ]], |
| | |
| | | // 渲染 |
| | | upload.render({ |
| | | elem: '.demo-class-accept', // 绑定多个元素 |
| | | url: baseUrl + "/basMap/upload", // 此处配置你自己的上传接口即可 |
| | | url: baseUrl + "/basMap/crn/upload", // 此处配置你自己的上传接口即可 |
| | | accept: 'file', // 普通文件 |
| | | done: function (res) { |
| | | if (res.code == 200) { |