feat: enable quotation menu
This commit is contained in:
parent
7760f0f15a
commit
9f49eefaba
2 changed files with 0 additions and 2 deletions
|
|
@ -81,7 +81,6 @@ onMounted(async () => {
|
||||||
label: 'menu.quotation',
|
label: 'menu.quotation',
|
||||||
icon: 'mdi-file-document',
|
icon: 'mdi-file-document',
|
||||||
route: '/quotation',
|
route: '/quotation',
|
||||||
disabled: true,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'menu.requestList',
|
label: 'menu.requestList',
|
||||||
|
|
|
||||||
|
|
@ -66,7 +66,6 @@ onMounted(() => {
|
||||||
color: 'violet',
|
color: 'violet',
|
||||||
title: 'menu.quotation',
|
title: 'menu.quotation',
|
||||||
caption: 'menu.quotationCaption',
|
caption: 'menu.quotationCaption',
|
||||||
disabled: true,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
value: '',
|
value: '',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue