update 修改按钮名称

This commit is contained in:
2024-02-19 16:10:08 +08:00
parent 3ec69693b9
commit 845975913a
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
<template> <template>
<!-- 修改默认费率 --> <!-- 修改费率 -->
<div> <div>
<el-tabs v-model="activeName" type="card" @tab-click="handleClick"> <el-tabs v-model="activeName" type="card" @tab-click="handleClick">
<el-tab-pane label="基本信息" name="first"> <el-tab-pane label="基本信息" name="first">

View File

@@ -105,7 +105,7 @@
<el-button v-if="scope.row.memberFlag === '0'" type="text" size="small" <el-button v-if="scope.row.memberFlag === '0'" type="text" size="small"
@click="outerVisible = true">绑定设备 @click="outerVisible = true">绑定设备
</el-button> </el-button>
<el-button type="text" size="small" @click="handleUpdate(scope.row.templateId)">修改默认费率 <el-button type="text" size="small" @click="handleUpdate(scope.row.templateId)">修改费率
</el-button> </el-button>
<el-button type="text" size="small" @click="delBilling(scope.row.templateId)">删除</el-button> <el-button type="text" size="small" @click="delBilling(scope.row.templateId)">删除</el-button>
</template> </template>
@@ -141,7 +141,7 @@
</div> </div>
</el-dialog> </el-dialog>
<el-dialog <el-dialog
title="修改默认费率" title="修改费率"
:visible.sync="amendDialog" :visible.sync="amendDialog"
width="70%" width="70%"
height="70%" height="70%"