|
|
@ -82,19 +82,23 @@ |
|
|
|
align="center" |
|
|
|
width="150"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<el-button type="text" |
|
|
|
size="small" |
|
|
|
@click="userDetailHandle(scope.row.id)">  查看</el-button> |
|
|
|
<el-button type="text" |
|
|
|
size="small" |
|
|
|
@click="checkHandle(scope.row.id,1)"> 审批 </el-button> |
|
|
|
<!-- <el-button type="text" size="small" @click="checkHandle(scope.row.id, 2)">拉入黑名单</el-button> --> |
|
|
|
<el-button type="text" |
|
|
|
size="small" |
|
|
|
@click="pointsAdjustHandle(scope.row.id)">积分调整</el-button> |
|
|
|
<el-button type="text" |
|
|
|
size="small" |
|
|
|
@click="pointsLogs(scope.row.userId)">积分记录</el-button> |
|
|
|
<div> |
|
|
|
<el-button type="text" |
|
|
|
size="small" |
|
|
|
@click="userDetailHandle(scope.row.id)">查看</el-button> |
|
|
|
<el-button type="text" |
|
|
|
size="small" |
|
|
|
@click="pointsAdjustHandle(scope.row.id)">积分调整</el-button> |
|
|
|
</div> |
|
|
|
<div> |
|
|
|
<el-button type="text" |
|
|
|
size="small" |
|
|
|
@click="checkHandle(scope.row.id,1)">审批</el-button> |
|
|
|
<!-- <el-button type="text" size="small" @click="checkHandle(scope.row.id, 2)">拉入黑名单</el-button> --> |
|
|
|
<el-button type="text" |
|
|
|
size="small" |
|
|
|
@click="pointsLogs(scope.row.userId)">积分记录</el-button> |
|
|
|
</div> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
</el-table> |
|
|
|