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

Loading…
Cancel
Save