| | |
| | | |
| | | @ApiModelProperty(value = "连续签到天数") |
| | | private Integer cumulativeDay; |
| | | |
| | | @ApiModelProperty(value = "数量") |
| | | private Integer scoreCnt; |
| | | |
| | | @ApiModelProperty(value = "奖励类型") |
| | | private String awardType; |
| | |
| | | c.award_type awardType, |
| | | c.award_name awardName, |
| | | c.coupon_name couponName, |
| | | c.score_cnt scoreCnt, |
| | | c.award_rule awardRule |
| | | FROM |
| | | activity_sign_receive_record a |
| | |
| | | <template slot-scope="scope"> |
| | | {{scope.row.awardName}} |
| | | <span v-if="scope.row.awardType == 3">({{scope.row.couponName}})</span> |
| | | <span v-if="scope.row.awardType == 2">(*{{scope.row.scoreCnt}})</span> |
| | | </template> |
| | | </el-table-column> |
| | | </el-table> |