diff --git a/jsowell-pile/src/main/resources/mapper/pile/PileConnectorInfoMapper.xml b/jsowell-pile/src/main/resources/mapper/pile/PileConnectorInfoMapper.xml index 73d60bbe8..5e8fecae6 100644 --- a/jsowell-pile/src/main/resources/mapper/pile/PileConnectorInfoMapper.xml +++ b/jsowell-pile/src/main/resources/mapper/pile/PileConnectorInfoMapper.xml @@ -140,6 +140,7 @@ t1.id as connectorId, t1.station_id as stationId, t1.sn as pileSn, + t1.name as name, t2.pile_connector_code as pileConnectorCode, t2.status, t1.merchant_id as merchantId, diff --git a/jsowell-ui/src/views/pile/station/pileList.vue b/jsowell-ui/src/views/pile/station/pileList.vue index df958ef09..38e5a69e7 100644 --- a/jsowell-ui/src/views/pile/station/pileList.vue +++ b/jsowell-ui/src/views/pile/station/pileList.vue @@ -64,6 +64,14 @@ + + +