Browse Source

活动报名自动审核 -取消后 不允许审核

feature/syp_points
songyunpeng 5 years ago
parent
commit
729330c48b
  1. 2
      src/views/modules/heart/actuserrelation.vue

2
src/views/modules/heart/actuserrelation.vue

@ -78,7 +78,7 @@
<el-button <el-button
type="text" type="text"
size="small" size="small"
v-if="scope.row.status == 0" v-if="scope.row.status == 0 && scope.row.actStatus == 1"
@click="addOrUpdateHandle(scope.row.id)" @click="addOrUpdateHandle(scope.row.id)"
>审核</el-button> >审核</el-button>
<!-- <el-button type="text" size="small" :disabled="scope.row.status ==='0'? false :true" @click="addOrUpdateHandle(scope.row.id)">审核</el-button> --> <!-- <el-button type="text" size="small" :disabled="scope.row.status ==='0'? false :true" @click="addOrUpdateHandle(scope.row.id)">审核</el-button> -->

Loading…
Cancel
Save