xiangpei
2024-12-03 8c3eaeddeff2c9c5a92352e6bf830e5000ff5882
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;