refactor: menu document

This commit is contained in:
Thanaphon Frappet 2024-11-11 11:23:52 +07:00
parent bbb2d5c8b4
commit 1ea35890e9
3 changed files with 22 additions and 3 deletions

View file

@ -166,7 +166,6 @@ export default {
branch: 'Branch', branch: 'Branch',
personnel: 'Personnel', personnel: 'Personnel',
productService: 'Product and Service', productService: 'Product and Service',
document: 'Documents',
workflow: 'Workflow', workflow: 'Workflow',
customer: 'Customer', customer: 'Customer',
mainData: 'Main Data', mainData: 'Main Data',
@ -196,6 +195,11 @@ export default {
debitNote: 'Debit Note', debitNote: 'Debit Note',
}, },
managDocumente: {
title: 'Docs',
document: 'Document',
},
overall: { overall: {
title: 'Overall', title: 'Overall',
report: 'Report', report: 'Report',

View file

@ -166,7 +166,6 @@ export default {
branch: 'สาขา', branch: 'สาขา',
personnel: 'บุคลากร', personnel: 'บุคลากร',
productService: 'สินค้าและบริการ', productService: 'สินค้าและบริการ',
document: 'เอกสาร',
workflow: 'ขั้นตอนการทำงาน', workflow: 'ขั้นตอนการทำงาน',
customer: 'ลูกค้า', customer: 'ลูกค้า',
mainData: 'ข้อมูลหลัก', mainData: 'ข้อมูลหลัก',
@ -196,6 +195,11 @@ export default {
debitNote: 'ใบเพิ่มหนี้', debitNote: 'ใบเพิ่มหนี้',
}, },
managDocumente: {
title: 'คลังเอกสาร',
document: 'เอกสาร',
},
overall: { overall: {
title: 'ภาพรวม', title: 'ภาพรวม',
report: 'รายงาน', report: 'รายงาน',

View file

@ -130,7 +130,6 @@ onMounted(async () => {
}, },
{ label: 'workflow', route: '/workflow' }, { label: 'workflow', route: '/workflow' },
{ label: 'productService', route: '/product-service' }, { label: 'productService', route: '/product-service' },
{ label: 'document', route: '/document-management' },
{ label: 'customer', route: '/customer-management' }, { label: 'customer', route: '/customer-management' },
{ label: 'agencies', route: '/agencies-management' }, { label: 'agencies', route: '/agencies-management' },
], ],
@ -164,6 +163,18 @@ onMounted(async () => {
{ label: 'debitNote', route: '' }, { label: 'debitNote', route: '' },
], ],
}, },
{
label: 'menu.managDocumente',
icon: 'mdi-archive',
children: [
{
label: 'document',
route: '/document-management',
},
],
},
{ {
label: 'menu.overall', label: 'menu.overall',
icon: 'mdi-monitor-dashboard', icon: 'mdi-monitor-dashboard',