| | |
| | | <el-button @click="onDetail(scope.row.activity_id, false)" type="text" size="small">查看</el-button> |
| | | <el-button @click="qrcode(scope.row)" type="text" size="small">核销码</el-button> |
| | | <el-button @click="onDetail(scope.row.activity_id, true)" type="text" size="small">编辑</el-button> |
| | | <el-button @click="onDelete(scope.row)" type="text" size="small">删除</el-button> |
| | | <el-button @click="onDelete(scope.row.activity_id)" type="text" size="small">删除</el-button> |
| | | </template> |
| | | </el-table-column> |
| | | </el-table> |
| | |
| | | }) |
| | | .then(() => { |
| | | self.loading = true; |
| | | BranchApi.delete( |
| | | BranchApi.deleteActivity( |
| | | { |
| | | activity_id: e |
| | | }, |