아이콘

<--
    status-text
      - type + status 코드만으로 텍스트 자동 출력
    
    params:
      - type: 'order' | 'claim' (필수)
      - status: '01'~ (필수)  // 숫자(1)로 와도 내부에서 '01'로 보정
      - tag: string (선택, default 'p')
      - addClassName: string (선택)
      - text: string (선택) // 있으면 매핑보다 우선(예외 처리용)

    주문상태 type: order
      - status="01" [ 주문접수 ]
      - status="02" [ 결제완료 ]
      - status="03" [ 주문완료 ]
      - status="04" [ 주문확정 ]
      - status="05" [ 배송준비중 ]
      - status="06" [ 배송중 ]
      - status="07" [ 배송완료 ]
    
    클라임 상태 type: claim
      - status="01" [ 취소 ]
      - status="02" [ 취소신청 ]
      - status="03" [ 주문취소 ]
      - status="04" [ 반품 ]
      - status="05" [ 반품신청 ]
      - status="06" [ 반품접수 ]
      - status="07" [ 회수진행중 ]
      - status="08" [ 회수완료 ]
      - status="09" [ 반품완료 ]
      - status="10" [ 반품취소 ]
      - status="11" [ 반품승인불가 ]
      - status="12" [ 반품불가 ]
-->
  • 주문접수

    type: 'order', status: 01

  • 결제완료

    type: 'order', status: 02

  • 주문완료

    type: 'order', status: 03

  • 주문확정

    type: 'order', status: 04

  • 배송준비중

    type: 'order', status: 05

  • 배송중

    type: 'order', status: 06

  • 배송완료

    type: 'order', status: 07

  • 주문접수

    type: 'order', status: 01, device: 'mobile'

  • 결제완료

    type: 'order', status: 02, device: 'mobile'

  • 주문완료

    type: 'order', status: 03, device: 'mobile'

  • 주문확정

    type: 'order', status: 04, device: 'mobile'

  • 배송준비중

    type: 'order', status: 05, device: 'mobile'

  • 배송중

    type: 'order', status: 06, device: 'mobile'

  • 배송완료

    type: 'order', status: 07, device: 'mobile'

  • 취소

    type: 'claim', status: 01

  • 취소신청

    type: 'claim', status: 02

  • 주문취소

    type: 'claim', status: 03

  • 반품

    type: 'claim', status: 04

  • 반품신청

    type: 'claim', status: 05

  • 반품접수

    type: 'claim', status: 06

  • 회수진행중

    type: 'claim', status: 07

  • 회수완료

    type: 'claim', status: 08

  • 반품완료

    type: 'claim', status: 09

  • 반품취소

    type: 'claim', status: 10

  • 반품승인불가

    type: 'claim', status: 11

  • 반품불가

    type: 'claim', status: 12

  • 취소

    type: 'claim', status: 01, device: 'mobile'

  • 취소신청

    type: 'claim', status: 02, device: 'mobile'

  • 주문취소

    type: 'claim', status: 03, device: 'mobile'

  • 반품

    type: 'claim', status: 04, device: 'mobile'

  • 반품신청

    type: 'claim', status: 05, device: 'mobile'

  • 반품접수

    type: 'claim', status: 06, device: 'mobile'

  • 회수진행중

    type: 'claim', status: 07, device: 'mobile'

  • 회수완료

    type: 'claim', status: 08, device: 'mobile'

  • 반품완료

    type: 'claim', status: 09, device: 'mobile'

  • 반품취소

    type: 'claim', status: 10, device: 'mobile'

  • 반품승인불가

    type: 'claim', status: 11, device: 'mobile'

  • 반품불가

    type: 'claim', status: 12, device: 'mobile'