Browse Source

grouptitle

master
Anna Ho 1 year ago
parent
commit
36fab7a38a
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      src/utils/ComboData.js

+ 8
- 0
src/utils/ComboData.js View File

@@ -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' },
];

Loading…
Cancel
Save