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