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