修正
This commit is contained in:
@@ -86,7 +86,7 @@ function fnChangeLocale(e: any) {
|
||||
type="text"
|
||||
style="color: inherit"
|
||||
@click="fnClickAlarm"
|
||||
v-roles:has="['TENANTADMIN_ROLE_KEY']"
|
||||
v-roles:has="[TENANTADMIN_ROLE_KEY]"
|
||||
>
|
||||
<template #icon>
|
||||
<a-badge
|
||||
@@ -142,7 +142,7 @@ function fnChangeLocale(e: any) {
|
||||
type="text"
|
||||
style="color: inherit"
|
||||
@click="fnClickHelpDoc()"
|
||||
v-roles:has="['TENANTADMIN_ROLE_KEY']"
|
||||
v-roles:has="[TENANTADMIN_ROLE_KEY]"
|
||||
>
|
||||
<template #icon>
|
||||
<QuestionCircleOutlined />
|
||||
|
||||
Reference in New Issue
Block a user