From 4422008672f79f74841e11f20430c5e76686e293 Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周四, 19 12月 2024 10:33:46 +0800 Subject: [PATCH] 修复 hmid更改合格状态,没清理 不合格原因的问题 --- yiqi_iwara-scada-web/src/components/tools/UserMenu.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/yiqi_iwara-scada-web/src/components/tools/UserMenu.vue b/yiqi_iwara-scada-web/src/components/tools/UserMenu.vue index 4d65a24..f9c420f 100644 --- a/yiqi_iwara-scada-web/src/components/tools/UserMenu.vue +++ b/yiqi_iwara-scada-web/src/components/tools/UserMenu.vue @@ -11,7 +11,7 @@ <a-icon type="fullscreen-exit" v-if="isFullscreen" /> <a-icon type="fullscreen" v-else /> </span> - <notice-icon class="action" v-if="hasPerm('sysNotice:received')" /> + <!-- <notice-icon class="action" v-if="hasPerm('sysNotice:received')" /> --> <a-dropdown> <span class="action ant-dropdown-link user-dropdown-menu"> @@ -37,12 +37,12 @@ <span>璐︽埛璁剧疆</span> </router-link> </a-menu-item> - <a-menu-item key="2"> + <!-- <a-menu-item key="2"> <a @click="sendMessage()"> <a-icon type="message" /> <span>娑堟伅鍙戦�佹祴璇�</span> </a> - </a-menu-item> + </a-menu-item> --> <a-menu-divider /> <a-menu-item key="3"> <a href="javascript:;" @click="handleLogout"> -- Gitblit v1.9.3