diff --git a/src/utils/ComboData.js b/src/utils/ComboData.js index 16a41e3..4956a71 100644 --- a/src/utils/ComboData.js +++ b/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' }, ]; \ No newline at end of file