暂时隐藏充值按钮
This commit is contained in:
parent
052d06bb75
commit
d64555e905
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue