From 24f9337e9bf1f163787fdc0617c8223619fac909 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Tue, 27 Jun 2023 08:38:22 +0800
Subject: [PATCH] 新增页面和配置,对接口
---
src/components/Home/QuickNavigation.vue | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/src/components/Home/QuickNavigation.vue b/src/components/Home/QuickNavigation.vue
index ef920be..edaa6df 100644
--- a/src/components/Home/QuickNavigation.vue
+++ b/src/components/Home/QuickNavigation.vue
@@ -14,7 +14,12 @@
<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>查看统计</a>
+ <a-tooltip overlayClassName="tip">
+ <template #title>
+ 数据统计页面待呈现
+ </template>
+ <a>查看统计</a>
+ </a-tooltip>
<a href="user" v-if="userinfo.role.id == 3">用户管理</a>
<!-- <a-button><a-icon type="plus" />添加</a-button> -->
</a-card>
--
Gitblit v1.9.2