update 电单车协议

This commit is contained in:
Guoqs
2024-09-04 15:32:04 +08:00
parent 40581a1402
commit 2a6daa56df

View File

@@ -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">