소스 검색

grouptitle

master
Anna Ho 1 년 전
부모
커밋
36fab7a38a
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. +8
    -0
      src/utils/ComboData.js

+ 8
- 0
src/utils/ComboData.js 파일 보기

@@ -20,4 +20,12 @@ export const publicNoticeStatic = [
{ key: 6, label: '已付費', type: 'paid' },
{ key: 7, label: '已發表', type: 'published' },
{ key: 8, label: '已撤銷', type: 'withdrawn' },
];

export const groupTitle = [
{ key: 1, label: 'Private Bill', type: 'A' },
{ key: 2, label: 'Companies Ordinance', type: 'B' },
{ key: 3, label: 'High Court', type: 'C' },
{ key: 4, label: 'Notices', type: 'D' },
{ key: 5, label: 'Miscellaneous (Companies)', type: 'E' },
];

불러오는 중...
취소
저장