From 710a9bf11a76b7b2fb27ba99f772ecc46aeb99fa Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期一, 23 九月 2024 20:41:21 +0800
Subject: [PATCH] 课目管理
---
src/layout/components/Navbar.vue | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue
index d5e7c2d..51351c9 100644
--- a/src/layout/components/Navbar.vue
+++ b/src/layout/components/Navbar.vue
@@ -26,7 +26,8 @@
title="閫氱煡"
:visible.sync="notifyShow"
width="400px"
- :modal="false"
+ :modal="true"
+ :modal-append-to-body="false"
>
<div class="notify-warp" v-if="notify.feedBack && notify.feedBack > 0">
{{notify.feedBack}}鏉�<el-link @click="jump('/exam/feedback/list')" class="core" type="primary">閿欓鍙嶉</el-link>绛夊緟鎮ㄧ殑澶勭悊锛�
@@ -36,6 +37,9 @@
</div>
<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>
@@ -122,6 +126,7 @@
.notify-warp {
display: flex;
flex-direction: row;
+ justify-content: center;
}
.navbar {
height: 60px;
--
Gitblit v1.8.0