|
|
@@ -59,18 +59,18 @@
|
|
|
prop="sitePk"
|
|
|
align="center"
|
|
|
min-width="120">
|
|
|
- <template slot-scope="{row}">
|
|
|
- <span>{{ row.chargeBoxId }}</span>
|
|
|
- </template>
|
|
|
+ <template slot-scope="{row}">
|
|
|
+ <span>{{ row.chargeBoxId }}</span>
|
|
|
+ </template>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
label="Site Name"
|
|
|
prop="sitePk"
|
|
|
align="center"
|
|
|
min-width="120">
|
|
|
- <template slot-scope="{row}">
|
|
|
- <span>{{ row.siteName }}</span>
|
|
|
- </template>
|
|
|
+ <template slot-scope="{row}">
|
|
|
+ <span>{{ row.siteName }}</span>
|
|
|
+ </template>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
label="Carpark Code"
|
|
|
@@ -82,54 +82,62 @@
|
|
|
prop="sitePk"
|
|
|
align="center"
|
|
|
width="180">
|
|
|
- <template slot-scope="{row}">
|
|
|
- <span>{{ row.providerName }}</span>
|
|
|
- </template>
|
|
|
+ <template slot-scope="{row}">
|
|
|
+ <span>{{ row.providerName }}</span>
|
|
|
+ </template>
|
|
|
</el-table-column-->
|
|
|
+ <el-table-column
|
|
|
+ label="ERC"
|
|
|
+ align="center"
|
|
|
+ width="120">
|
|
|
+ <template slot-scope="{row}">
|
|
|
+ <span>{{ row.evcpId + "-" + row.connectorId }}</span>
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
<el-table-column
|
|
|
label="Connector ID"
|
|
|
prop="sitePk"
|
|
|
align="center"
|
|
|
min-width="120">
|
|
|
- <template slot-scope="{row}">
|
|
|
- <span>{{ row.connectorId }}</span>
|
|
|
- </template>
|
|
|
+ <template slot-scope="{row}">
|
|
|
+ <span>{{ row.connectorId }}</span>
|
|
|
+ </template>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
label="Last Status Update"
|
|
|
prop="sitePk"
|
|
|
align="center"
|
|
|
min-width="150">
|
|
|
- <template slot-scope="{row}">
|
|
|
- <span>{{ row.dateTime }}</span>
|
|
|
- </template>
|
|
|
+ <template slot-scope="{row}">
|
|
|
+ <span>{{ row.dateTime }}</span>
|
|
|
+ </template>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
label="Status"
|
|
|
prop="sitePk"
|
|
|
align="center"
|
|
|
min-width="80">
|
|
|
- <template slot-scope="{row}">
|
|
|
- <span>{{ row.status }}</span>
|
|
|
- </template>
|
|
|
+ <template slot-scope="{row}">
|
|
|
+ <span>{{ row.status }}</span>
|
|
|
+ </template>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
label="Error Code"
|
|
|
prop="sitePk"
|
|
|
align="center"
|
|
|
min-width="100">
|
|
|
- <template slot-scope="{row}">
|
|
|
- <span>{{ row.errorCode }}</span>
|
|
|
- </template>
|
|
|
+ <template slot-scope="{row}">
|
|
|
+ <span>{{ row.errorCode }}</span>
|
|
|
+ </template>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
label="Vendor Error Code"
|
|
|
prop="sitePk"
|
|
|
align="center"
|
|
|
min-width="150">
|
|
|
- <template slot-scope="{row}">
|
|
|
- <span>{{ row.vendorErrorCode }}</span>
|
|
|
- </template>
|
|
|
+ <template slot-scope="{row}">
|
|
|
+ <span>{{ row.vendorErrorCode }}</span>
|
|
|
+ </template>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
label="Action"
|