Merge branch 'feature/BETERAN-BACKEND-APP-BROWSER-init' of https://gitlab.loafle.net/bet/beteran-backend-app-browser into feature/BETERAN-BACKEND-APP-BROWSER-init

This commit is contained in:
Park Byung Eun 2022-08-31 08:19:33 +00:00
commit 2148c97fb9

View File

@ -84,35 +84,35 @@ export const defaultNavigation: FuseNavigationItem[] = [
id: 'member.partner-mainoffice',
title: 'Partner Mainoffice',
type: 'basic',
icon: 'chess-king',
icon: 'diamond-stone',
link: '/member/partner/main-office',
},
{
id: 'member.partner-branch',
title: 'Partner Branch',
type: 'basic',
icon: 'chess-queen',
icon: 'hexagram-outline',
link: '/member/partner/branch',
},
{
id: 'member.partner-division',
title: 'Partner Division',
type: 'basic',
icon: 'chess-rook',
icon: 'star-outline',
link: '/member/partner/division',
},
{
id: 'member.partner-office',
title: 'Partner Office',
type: 'basic',
icon: 'chess-bishop',
icon: 'star-four-points-outline',
link: '/member/partner/office',
},
{
id: 'member.partner-store',
title: 'Partner Store',
type: 'basic',
icon: 'chess-knight',
icon: 'cards-diamond-outline',
link: '/member/partner/store',
},
{
@ -128,27 +128,27 @@ export const defaultNavigation: FuseNavigationItem[] = [
id: 'apps.coupon',
title: 'Coupon-management',
type: 'collapsable',
icon: 'ticket',
icon: 'ticket-outline',
children: [
{
id: 'member.coupon',
title: 'Coupon',
type: 'basic',
icon: 'ticket-confirmation-outline',
icon: 'ticket-outline',
link: '/member/coupon',
},
{
id: 'member.coupon-money-log',
title: 'Coupon Money Log',
type: 'basic',
icon: 'ticket-account',
icon: 'ticket-outline',
link: '/member/coupon-money-log',
},
{
id: 'member.coupon-log',
title: 'Coupon Log',
type: 'basic',
icon: 'ticket-percent-outline',
icon: 'ticket-outline',
link: '/member/coupon-log',
},
],
@ -297,7 +297,7 @@ export const defaultNavigation: FuseNavigationItem[] = [
id: 'report.comp-log',
title: 'Comp Log',
type: 'basic',
icon: 'briefcase-clock-outline',
icon: 'archive-clock-outline',
link: '/report/comp-log',
},
{