This commit is contained in:
lai
2024-07-23 17:15:14 +08:00
parent c9d8bb87de
commit e5c40d11d3

View File

@@ -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 />