暂时隐藏充值按钮
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user