| | |
| | | <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>等待您的处理! |
| | | </div> |
| | | <div class="notify-warp" v-else-if="notify.mobilize && notify.mobilize > 0"> |
| | | <div class="notify-warp" v-if="notify.mobilize && notify.mobilize > 0"> |
| | | {{notify.mobilize}}条<el-link @click="jump('/user/departmentExamine/list')" class="core" type="primary">部门调动审核</el-link>等待您的处理! |
| | | </div> |
| | | <div class="notify-warp" v-else-if="notify.status && notify.status > 0"> |
| | | <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-else-if="notify.feedBack === 0 && notify.mobilize === 0 && notify.status === 0 "> |
| | | <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"> |