From 8c3eaeddeff2c9c5a92352e6bf830e5000ff5882 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期二, 03 十二月 2024 12:16:11 +0800 Subject: [PATCH] 附件最多上传10个 --- src/layout/components/Navbar.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 8ca66de..51351c9 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -32,13 +32,13 @@ <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"> -- Gitblit v1.8.0