fix: correct role name from 'account' to 'accountant' and update route syntax
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s
This commit is contained in:
parent
4a88a7fc55
commit
4e61762130
1 changed files with 5 additions and 4 deletions
|
|
@ -143,7 +143,7 @@ function initMenu() {
|
|||
'admin',
|
||||
'branch_manager',
|
||||
'head_of_accountant',
|
||||
'account',
|
||||
'accountant',
|
||||
'head_of_sale',
|
||||
'sale',
|
||||
]),
|
||||
|
|
@ -175,7 +175,7 @@ function initMenu() {
|
|||
'admin',
|
||||
'branch_manager',
|
||||
'head_of_accountant',
|
||||
'account',
|
||||
'accountant',
|
||||
'head_of_sale',
|
||||
'sale',
|
||||
]),
|
||||
|
|
@ -213,7 +213,7 @@ function initMenu() {
|
|||
children: [
|
||||
{
|
||||
label: 'usage',
|
||||
route: `/manual`,
|
||||
route: '/manual',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
@ -500,8 +500,9 @@ onMounted(async () => {
|
|||
</span>
|
||||
</div>
|
||||
|
||||
<!-- v-if="!mini" -->
|
||||
<q-btn
|
||||
v-if="!mini"
|
||||
v-if="false"
|
||||
dense
|
||||
flat
|
||||
rounded
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue