메뉴 수정
This commit is contained in:
parent
182b7bd016
commit
cafcd1e838
|
@ -229,6 +229,12 @@ export const defaultNavigation: FuseNavigationItem[] = [
|
||||||
subtitle: 'report managements',
|
subtitle: 'report managements',
|
||||||
type: 'group',
|
type: 'group',
|
||||||
icon: 'heroicons_outline:home',
|
icon: 'heroicons_outline:home',
|
||||||
|
children: [
|
||||||
|
{
|
||||||
|
id: 'apps.report.management',
|
||||||
|
title: 'report-management',
|
||||||
|
type: 'collapsable',
|
||||||
|
icon: 'heroicons_outline:calculator',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 'report.daily',
|
id: 'report.daily',
|
||||||
|
@ -265,6 +271,14 @@ export const defaultNavigation: FuseNavigationItem[] = [
|
||||||
icon: 'heroicons_outline:academic-cap',
|
icon: 'heroicons_outline:academic-cap',
|
||||||
link: '/report/statistics',
|
link: '/report/statistics',
|
||||||
},
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: 'apps.log.management',
|
||||||
|
title: 'log-management',
|
||||||
|
type: 'collapsable',
|
||||||
|
icon: 'heroicons_outline:document',
|
||||||
|
children: [
|
||||||
{
|
{
|
||||||
id: 'report.money-log',
|
id: 'report.money-log',
|
||||||
title: 'Money Log',
|
title: 'Money Log',
|
||||||
|
@ -321,6 +335,8 @@ export const defaultNavigation: FuseNavigationItem[] = [
|
||||||
icon: 'heroicons_outline:academic-cap',
|
icon: 'heroicons_outline:academic-cap',
|
||||||
link: '/report/excel-log',
|
link: '/report/excel-log',
|
||||||
},
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: 'report.loosing',
|
id: 'report.loosing',
|
||||||
title: 'Loosing',
|
title: 'Loosing',
|
||||||
|
|
|
@ -35,6 +35,8 @@
|
||||||
"Indexing-Setting": "서버 인덱싱",
|
"Indexing-Setting": "서버 인덱싱",
|
||||||
"Daily": "일일현황",
|
"Daily": "일일현황",
|
||||||
"Monthly": "월 현황",
|
"Monthly": "월 현황",
|
||||||
|
"report-management": "보고서관리",
|
||||||
|
"log-management": "로그관리",
|
||||||
"Daily Partner": "파트너 일일현황",
|
"Daily Partner": "파트너 일일현황",
|
||||||
"Today Bet": "금일 배팅자 목록",
|
"Today Bet": "금일 배팅자 목록",
|
||||||
"Statistics": "종목별매출통계",
|
"Statistics": "종목별매출통계",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user