| | |
| | | <breadcrumb id="breadcrumb-container" class="breadcrumb-container" /> |
| | | |
| | | <div class="right-menu"> |
| | | <div> |
| | | <div v-if="notify.role === 3"> |
| | | <el-badge :value="notify.total" class="item"> |
| | | <el-button @click="notifyShow = true" class="share-button" icon="el-icon-bell" type="primary" circle></el-button> |
| | | </el-badge> |
| | |
| | | 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>等待您的处理! |