mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
update 电单车协议
This commit is contained in:
@@ -72,6 +72,14 @@
|
||||
>
|
||||
<el-table-column label="模板编号" prop="templateCode"/>
|
||||
<el-table-column label="名称" prop="templateName"/>
|
||||
<el-table-column label="设备类型" prop="deviceType">
|
||||
<template slot-scope="scope">
|
||||
<dict-tag
|
||||
:options="dict.type.charger_pile_type"
|
||||
:value="scope.row.deviceType"
|
||||
/>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="模板类型" prop="memberFlag">
|
||||
<template slot-scope="scope">
|
||||
<tag v-if="scope.row.memberFlag === '0'">通用计费模板</tag>
|
||||
@@ -88,14 +96,6 @@
|
||||
</el-table-column>
|
||||
<!-- matchCars 使用车辆描述 -->
|
||||
<el-table-column label="描述" prop="remark"/>
|
||||
<el-table-column label="设备类型" prop="deviceType">
|
||||
<template slot-scope="scope">
|
||||
<dict-tag
|
||||
:options="dict.type.charger_pile_type"
|
||||
:value="scope.row.deviceType"
|
||||
/>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="上次发布时间" prop="publishTime"/>
|
||||
<el-table-column label="操作" align="center" width="250">
|
||||
<template slot-scope="scope">
|
||||
|
||||
Reference in New Issue
Block a user