Browse Source

两列

feature/syp_points
zhaoyongnian 5 years ago
parent
commit
e4e67495bc
  1. 30
      src/views/modules/user/volunteerinfo.vue

30
src/views/modules/user/volunteerinfo.vue

@ -82,19 +82,23 @@
align="center"
width="150">
<template slot-scope="scope">
<el-button type="text"
size="small"
@click="userDetailHandle(scope.row.id)">&#12288; 查看</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>

Loading…
Cancel
Save