From cc7f03bcbb427ce334f6935311d22f36a61c21fd Mon Sep 17 00:00:00 2001
From: 鲁班七号 <9159450+luban-71@user.noreply.gitee.com>
Date: Thu, 20 Jul 2023 11:52:48 +0800
Subject: [PATCH] 修改“我发布的”,为本级发出
---
src/components/Home/QuickNavigation.vue | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
diff --git a/src/components/Home/QuickNavigation.vue b/src/components/Home/QuickNavigation.vue
index d6ae943..e6505b4 100644
--- a/src/components/Home/QuickNavigation.vue
+++ b/src/components/Home/QuickNavigation.vue
@@ -14,12 +14,7 @@
<a :class="toReview>0?'resColor':''" @click="toRev" v-if="userinfo.role.id == 2">待审核<span v-if="toReview > 0">({{toReview}})</span></a>
</a-tooltip>
<a href="massSend" v-if="userinfo.role.id == 3">发布通知</a>
- <a-tooltip overlayClassName="tip">
- <template #title>
- 数据统计模块待呈现
- </template>
- <a>查看统计</a>
- </a-tooltip>
+ <a href="audit" >查看统计</a>
<a href="user" v-if="userinfo.role.id == 3">用户管理</a>
<!-- <a-button><a-icon type="plus" />添加</a-button> -->
</a-card>
--
Gitblit v1.9.2