From db038b0360ec3452621fa533aa9e939964251f93 Mon Sep 17 00:00:00 2001 From: 龚焕茏 <2842157468@qq.com> Date: 星期一, 22 七月 2024 15:53:16 +0800 Subject: [PATCH] 通知 --- src/layout/components/Navbar.vue | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index cfb834a..51351c9 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -38,6 +38,9 @@ <div class="notify-warp" v-if="notify.status && notify.status > 0"> {{notify.status}}鏉�<el-link @click="jump('/user/UserConditionExamine/list')" class="core" type="primary">鐘舵�佸鏍�</el-link>绛夊緟鎮ㄧ殑澶勭悊锛� </div> + <div class="notify-warp" v-if="notify.feedBack === 0 && notify.mobilize === 0 && notify.status === 0 "> + <el-empty description="鏆傛棤閫氱煡"></el-empty> + </div> <span slot="footer" class="dialog-footer"> <el-button v-if="this.notify.ids && this.notify.ids.length > 0" type="success" @click="allRead">涓�閿叏璇�</el-button> <el-button type="primary" @click="notifyShow = false">纭� 瀹�</el-button> @@ -123,6 +126,7 @@ .notify-warp { display: flex; flex-direction: row; + justify-content: center; } .navbar { height: 60px; -- Gitblit v1.8.0