| 설문 제목 | {{ currentVote.voteInfo.title }} ( {{ currentVote.voteInfo.multipleOptions == 0 ? currentVote.voteInfo.options.length : currentVote.voteInfo.multipleOptions }}개 선택 가능 ) | ||||||
|---|---|---|---|---|---|---|---|
| {{ idx + 1 }}. | |||||||
| 투표 |
|
결산 | 투표율: {{ voteTotal }} / {{ currentVote.userCnt }} ( {{ ((voteTotal / Math.max(1, currentVote.userCnt)) * 100).toFixed(1) }}%) | ||||