|
|
@ -16,7 +16,11 @@ import {
|
|
|
|
IconClipboardCheck,
|
|
|
|
IconClipboardCheck,
|
|
|
|
IconDisabled,
|
|
|
|
IconDisabled,
|
|
|
|
IconUser,
|
|
|
|
IconUser,
|
|
|
|
IconParking
|
|
|
|
IconParking,
|
|
|
|
|
|
|
|
IconDatabase,
|
|
|
|
|
|
|
|
IconDatabaseImport,
|
|
|
|
|
|
|
|
IconList,
|
|
|
|
|
|
|
|
IconFileCertificate
|
|
|
|
} from '@tabler/icons';
|
|
|
|
} from '@tabler/icons';
|
|
|
|
|
|
|
|
|
|
|
|
// constant
|
|
|
|
// constant
|
|
|
@ -34,7 +38,11 @@ const icons = {
|
|
|
|
IconClipboardCheck,
|
|
|
|
IconClipboardCheck,
|
|
|
|
IconUser,
|
|
|
|
IconUser,
|
|
|
|
IconDisabled,
|
|
|
|
IconDisabled,
|
|
|
|
IconParking
|
|
|
|
IconParking,
|
|
|
|
|
|
|
|
IconDatabase,
|
|
|
|
|
|
|
|
IconDatabaseImport,
|
|
|
|
|
|
|
|
IconList,
|
|
|
|
|
|
|
|
IconFileCertificate
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
// ==============================|| OPST MENU ITEMS ||============================== //
|
|
|
|
// ==============================|| OPST MENU ITEMS ||============================== //
|
|
|
@ -65,16 +73,16 @@ const opst = {
|
|
|
|
id: 'opst-2-1',
|
|
|
|
id: 'opst-2-1',
|
|
|
|
title: <FormattedMessage id="opst-2-1" />,
|
|
|
|
title: <FormattedMessage id="opst-2-1" />,
|
|
|
|
type: 'item',
|
|
|
|
type: 'item',
|
|
|
|
url: '/board',
|
|
|
|
url: '/parking/review',
|
|
|
|
icon: icons.IconKey
|
|
|
|
icon: icons.IconList
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
/* 심의 등록 */
|
|
|
|
/* 심의 등록 */
|
|
|
|
id: 'opst-2-2',
|
|
|
|
id: 'opst-2-2',
|
|
|
|
title: <FormattedMessage id="opst-2-2" />,
|
|
|
|
title: <FormattedMessage id="opst-2-2" />,
|
|
|
|
type: 'item',
|
|
|
|
type: 'item',
|
|
|
|
url: '/board',
|
|
|
|
url: '/parking/register',
|
|
|
|
icon: icons.IconKey
|
|
|
|
icon: icons.IconDatabaseImport
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
]
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -90,24 +98,24 @@ const opst = {
|
|
|
|
id: 'opst-3-1',
|
|
|
|
id: 'opst-3-1',
|
|
|
|
title: <FormattedMessage id="opst-3-1" />,
|
|
|
|
title: <FormattedMessage id="opst-3-1" />,
|
|
|
|
type: 'item',
|
|
|
|
type: 'item',
|
|
|
|
url: '/board',
|
|
|
|
url: '/resident/data',
|
|
|
|
icon: icons.IconKey
|
|
|
|
icon: icons.IconDatabase
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
/* 심의 목록 */
|
|
|
|
/* 심의 목록 */
|
|
|
|
id: 'opst-3-2',
|
|
|
|
id: 'opst-3-2',
|
|
|
|
title: <FormattedMessage id="opst-2-1" />,
|
|
|
|
title: <FormattedMessage id="opst-2-1" />,
|
|
|
|
type: 'item',
|
|
|
|
type: 'item',
|
|
|
|
url: '/board',
|
|
|
|
url: '/resident/review',
|
|
|
|
icon: icons.IconKey
|
|
|
|
icon: icons.IconList
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
/* 심의 등록 */
|
|
|
|
/* 심의 등록 */
|
|
|
|
id: 'opst-3-3',
|
|
|
|
id: 'opst-3-3',
|
|
|
|
title: <FormattedMessage id="opst-2-1" />,
|
|
|
|
title: <FormattedMessage id="opst-2-2" />,
|
|
|
|
type: 'item',
|
|
|
|
type: 'item',
|
|
|
|
url: '/board',
|
|
|
|
url: '/resident/register',
|
|
|
|
icon: icons.IconKey
|
|
|
|
icon: icons.IconDatabaseImport
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
]
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -123,24 +131,24 @@ const opst = {
|
|
|
|
id: 'opst-4-1',
|
|
|
|
id: 'opst-4-1',
|
|
|
|
title: <FormattedMessage id="opst-3-1" />,
|
|
|
|
title: <FormattedMessage id="opst-3-1" />,
|
|
|
|
type: 'item',
|
|
|
|
type: 'item',
|
|
|
|
url: '/board',
|
|
|
|
url: '/disabled/dataMgt',
|
|
|
|
icon: icons.IconKey
|
|
|
|
icon: icons.IconDatabase
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
/* 심의 목록 */
|
|
|
|
/* 심의 목록 */
|
|
|
|
id: 'opst-4-2',
|
|
|
|
id: 'opst-4-2',
|
|
|
|
title: <FormattedMessage id="opst-2-1" />,
|
|
|
|
title: <FormattedMessage id="opst-2-1" />,
|
|
|
|
type: 'item',
|
|
|
|
type: 'item',
|
|
|
|
url: '/board',
|
|
|
|
url: '/disabled/review',
|
|
|
|
icon: icons.IconKey
|
|
|
|
icon: icons.IconList
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
/* 심의 등록 */
|
|
|
|
/* 심의 등록 */
|
|
|
|
id: 'opst-4-3',
|
|
|
|
id: 'opst-4-3',
|
|
|
|
title: <FormattedMessage id="opst-2-2" />,
|
|
|
|
title: <FormattedMessage id="opst-2-2" />,
|
|
|
|
type: 'item',
|
|
|
|
type: 'item',
|
|
|
|
url: '/board',
|
|
|
|
url: '/disabled/register',
|
|
|
|
icon: icons.IconKey
|
|
|
|
icon: icons.IconDatabaseImport
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
]
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -157,18 +165,16 @@ const opst = {
|
|
|
|
id: 'opst-5-1',
|
|
|
|
id: 'opst-5-1',
|
|
|
|
title: <FormattedMessage id="opst-5" />,
|
|
|
|
title: <FormattedMessage id="opst-5" />,
|
|
|
|
type: 'item',
|
|
|
|
type: 'item',
|
|
|
|
url: '/board',
|
|
|
|
url: '/user/management',
|
|
|
|
icon: icons.IconKey,
|
|
|
|
icon: icons.IconDatabase
|
|
|
|
target: true
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
/* 심사위원 평가 */
|
|
|
|
/* 심사위원 평가 */
|
|
|
|
id: 'opst-5-2',
|
|
|
|
id: 'opst-5-2',
|
|
|
|
title: <FormattedMessage id="opst-5-2" />,
|
|
|
|
title: <FormattedMessage id="opst-5-2" />,
|
|
|
|
type: 'item',
|
|
|
|
type: 'item',
|
|
|
|
url: '/board',
|
|
|
|
url: '/user/juror',
|
|
|
|
icon: icons.IconKey,
|
|
|
|
icon: icons.IconFileCertificate
|
|
|
|
target: true
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
]
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -177,9 +183,8 @@ const opst = {
|
|
|
|
id: 'opst-6',
|
|
|
|
id: 'opst-6',
|
|
|
|
title: <FormattedMessage id="opst-6" />,
|
|
|
|
title: <FormattedMessage id="opst-6" />,
|
|
|
|
type: 'item',
|
|
|
|
type: 'item',
|
|
|
|
url: '/board',
|
|
|
|
url: '/sms/management',
|
|
|
|
icon: icons.IconMessage,
|
|
|
|
icon: icons.IconMessage
|
|
|
|
target: true
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
/* 게시판 관리 */
|
|
|
|
/* 게시판 관리 */
|
|
|
|