mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-04 10:00:11 +08:00
update会员计费模板
This commit is contained in:
@@ -125,35 +125,11 @@
|
||||
<el-table-column label="上次发布时间" prop="publishTime" />
|
||||
<el-table-column label="操作" align="center" width="250">
|
||||
<template slot-scope="scope">
|
||||
<el-button
|
||||
type="text"
|
||||
size="small"
|
||||
@click="issue(scope.row.templateId)"
|
||||
>
|
||||
发布
|
||||
</el-button>
|
||||
|
||||
<el-button type="text" size="small" @click="outerVisible = true"
|
||||
>绑定设备
|
||||
</el-button>
|
||||
<!-- <el-col :span="5">
|
||||
<el-button type="text" size="small" @click="expDialog = true"
|
||||
>费率详情页</el-button
|
||||
>
|
||||
</el-col> -->
|
||||
<el-button
|
||||
type="text"
|
||||
size="small"
|
||||
@click="handleUpdate(scope.row.templateId)"
|
||||
>修改默认费率
|
||||
</el-button>
|
||||
|
||||
<el-button
|
||||
type="text"
|
||||
size="small"
|
||||
@click="delBilling(scope.row.templateId)"
|
||||
>删除</el-button
|
||||
>
|
||||
<el-button v-if="scope.row.memberFlag === '0'" type="text" size="small" @click="issue(scope.row.templateId)">发布</el-button>
|
||||
<el-button v-if="scope.row.memberFlag === '0'" type="text" size="small" @click="outerVisible = true">绑定设备</el-button>
|
||||
<el-button type="text" size="small" @click="handleUpdate(scope.row.templateId)">修改默认费率</el-button>
|
||||
<el-button type="text" size="small" @click="delBilling(scope.row.templateId)">删除</el-button>
|
||||
</template>
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
|
||||
Reference in New Issue
Block a user