Explorar el Código

grouptitle

master
Anna Ho hace 1 año
padre
commit
36fab7a38a
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. +8
    -0
      src/utils/ComboData.js

+ 8
- 0
src/utils/ComboData.js Ver fichero

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

Cargando…
Cancelar
Guardar