- 轮次id: {{ scope.row.x }}
- 轮次礼物: {{ scope.row.x }}
- 需要魔法棒: {{ scope.row.x }}
- {{ scope.row.x == 0 ? "轮次进行中" : "轮次已结束" }}
+ 轮次id: {{ scope.row.roundId }}
+ 轮次礼物: {{ scope.row.giftName }}
+ 需要魔法棒: {{ scope.row.targetNum }}
+ {{ scope.row.roundStatus == 0 ? "轮次进行中" : "轮次已结束" }}