暂时隐藏充值按钮

This commit is contained in:
YeMingfei666 2024-08-23 10:21:10 +08:00
parent 052d06bb75
commit d64555e905
1 changed files with 2 additions and 2 deletions

View File

@ -77,8 +77,8 @@
<el-table-column label="操作" width="90" fixed="right">
<template v-slot="scope">
<el-button type="text" @click="choose(scope.row)">选择</el-button>
<el-button type="text" @click="charge(scope.row)">充值</el-button>
<el-button type="success" size="mini" @click="choose(scope.row)">选择</el-button>
<!-- <el-button type="text" @click="charge(scope.row)">充值</el-button> -->
</template>
</el-table-column>
</el-table>