|
@@ -183,6 +183,7 @@ const state = reactive({
|
|
|
{label: '站点编号', prop: 'stationNo', resizable: true, width: 100, fixed: 'left'},
|
|
{label: '站点编号', prop: 'stationNo', resizable: true, width: 100, fixed: 'left'},
|
|
|
{label: '站点名称', prop: 'stationName', resizable: true, width: 200, fixed: 'left'},
|
|
{label: '站点名称', prop: 'stationName', resizable: true, width: 200, fixed: 'left'},
|
|
|
{label: '充电桩编号', prop: 'shortId', resizable: true, width: 110, fixed: 'left'},
|
|
{label: '充电桩编号', prop: 'shortId', resizable: true, width: 110, fixed: 'left'},
|
|
|
|
|
+ {label: '互联平台', prop: 'platformName', resizable: true, width: 130, fixed: 'left'},
|
|
|
{label: '车位编号', prop: 'parkingNo', resizable: true, width: 90, fixed: 'left'},
|
|
{label: '车位编号', prop: 'parkingNo', resizable: true, width: 90, fixed: 'left'},
|
|
|
{label: '充电桩序列号', prop: 'equipmentId', width: 180, resizable: true},
|
|
{label: '充电桩序列号', prop: 'equipmentId', width: 180, resizable: true},
|
|
|
{label: '充电桩接口编号', prop: 'connectorId', width: 180, resizable: true},
|
|
{label: '充电桩接口编号', prop: 'connectorId', width: 180, resizable: true},
|
|
@@ -285,4 +286,4 @@ const handleUploadVisible = () => {
|
|
|
// defineExpose({
|
|
// defineExpose({
|
|
|
// loadData,
|
|
// loadData,
|
|
|
// });
|
|
// });
|
|
|
-</script>
|
|
|
|
|
|
|
+</script>
|