{{ getStatus(detail) }}
{{ detail.title }}
{{ detail.writeDate ? detail.writeDate.split(' ')[0] : ''}}
{{ detail.writeDate ? detail.writeDate.split(' ')[0] : ''}}
신청기간
{{
detail && (detail.applyStartDate || detail.applyEndDate)
? (detail.applyStartDate ? detail.applyStartDate.split(' ')[0] : '-') +
' ~ ' +
(detail.applyEndDate ? detail.applyEndDate.split(' ')[0] : '-')
: '-'
}}
참여기간
{{
detail && (detail.participateStartDate || detail.participateEndDate)
? (detail.participateStartDate ? detail.participateStartDate.split(' ')[0] : '-') +
' ~ ' +
(detail.participateEndDate ? detail.participateEndDate.split(' ')[0] : '-')
: '-'
}}
※ 캠페인 신청 접수가 마감되었습니다.