update 查询充电桩详情

This commit is contained in:
Guoqs
2024-09-25 09:13:14 +08:00
parent 383029d977
commit af6ab1502d

View File

@@ -132,14 +132,15 @@
</template>
</el-table-column>
<el-table-column label="接口数量" align="center" prop="gunNum"/>
<el-table-column label="电桩类型" align="center" prop="pileType">
<!-- <el-table-column label="电桩类型" align="center" prop="pileType">
<template slot-scope="scope">
<dict-tag
:options="dict.type.connector_type"
:value="scope.row.pileType"
/>
</template>
</el-table-column>
</el-table-column>-->
<el-table-column label="型号名称" align="center" prop="modelName"/>
<el-table-column label="运营类型" align="center" prop="businessType">
<template slot-scope="scope">
<dict-tag