전체 {{ counts.all }}ㆍ모집중 {{ counts.recruiting }}ㆍ진행중 {{ counts.running }}ㆍ종료 {{ counts.ended }}
| 번호 | 챌린지명 | 상태 | 라운드 | 모집/전체 | 기간 | 관리 |
|---|---|---|---|---|---|---|
| 데이터를 불러오는 중... | ||||||
| 등록된 챌린지가 없습니다. | ||||||
| {{ totalCount - ((currentPage - 1) * perPage + index) }} | {{ item.name }} | {{ getStatusLabel(item.derived_status) }} | R{{ item.current_round || 1 }}/{{ item.total_rounds }} | {{ item.max_participants }} | {{ formatDate(item.start_date) }} ~ {{ formatDate(item.end_date) }} |
|