mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-17 08:18:34 +08:00
update 查询充电桩详情
This commit is contained in:
@@ -132,14 +132,15 @@
|
|||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="接口数量" align="center" prop="gunNum"/>
|
<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">
|
<template slot-scope="scope">
|
||||||
<dict-tag
|
<dict-tag
|
||||||
:options="dict.type.connector_type"
|
:options="dict.type.connector_type"
|
||||||
:value="scope.row.pileType"
|
:value="scope.row.pileType"
|
||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>-->
|
||||||
|
<el-table-column label="型号名称" align="center" prop="modelName"/>
|
||||||
<el-table-column label="运营类型" align="center" prop="businessType">
|
<el-table-column label="运营类型" align="center" prop="businessType">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<dict-tag
|
<dict-tag
|
||||||
|
|||||||
Reference in New Issue
Block a user