Browse Source

社区自组织中积分记录按钮隐藏

xiaowang-bug
mk 2 years ago
parent
commit
d3fb3c93e9
  1. 2
      src/views/modules/shequzhili/tuceng/yingji/zizuzhi/index.vue

2
src/views/modules/shequzhili/tuceng/yingji/zizuzhi/index.vue

@ -73,7 +73,7 @@
<el-table-column fixed="right" label="操作" align="center" width="300">
<template slot-scope="scope">
<el-button @click="handleAdd(scope.row, 'view')" size="small" type="text">查看</el-button>
<el-button size="small" @click="handleScore(scope.row)" type="text">积分记录</el-button>
<!-- <el-button size="small" @click="handleScore(scope.row)" type="text">积分记录</el-button> -->
<!-- <el-button @click="handleSync(scope.row)" v-if="scope.row.syncType === 'not_sync'" size="small" type="text">同步</el-button>
<el-button @click="handleNoSync(scope.row)" v-if="scope.row.syncType === 'sync'" size="small" type="text">取消同步</el-button> -->
<el-button

Loading…
Cancel
Save