1
This commit is contained in:
parent
fbf2401cf4
commit
b9ea6b7620
@ -80,6 +80,7 @@
|
||||
<el-card style="height: 170px; overflow: hidden;" >
|
||||
<div slot="header" class="clearfix">
|
||||
<span style="font-weight: bold; font-size: 16px;">余额/积分</span>
|
||||
<el-button style="float: right; padding: 3px 0" @click="rechAmount" type="text">充值</el-button>
|
||||
</div>
|
||||
<div class="card-content">
|
||||
<span class="balance-label">余额:</span>
|
||||
@ -273,6 +274,14 @@ export default {
|
||||
this.$refs["RuchFormRef"].open(row.id,this.param);
|
||||
}
|
||||
},
|
||||
|
||||
/**充值暂时写死id后端接口未调整*/
|
||||
rechAmount(activeId){
|
||||
this.$refs["RuchFormRef"].open('cc2d04a5d8d2f1e273219f5c93b8ad17',this.param);
|
||||
|
||||
},
|
||||
|
||||
|
||||
/**删除用户*/
|
||||
async handleDelete(row) {
|
||||
const id = row.id;
|
||||
|
Loading…
Reference in New Issue
Block a user