From ecdac8a738f254db2b2ea28cbe3248f7a6a7eb2b Mon Sep 17 00:00:00 2001
From: mrzcc <121184950@qq.com>
Date: 星期五, 06 三月 2020 16:18:27 +0800
Subject: [PATCH] 优化采购申请组件

---
 WebService/src/main/resources/components/pageFramePackage/nav/nav.html |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/WebService/src/main/resources/components/pageFramePackage/nav/nav.html b/WebService/src/main/resources/components/pageFramePackage/nav/nav.html
index 5557958..ab697f0 100644
--- a/WebService/src/main/resources/components/pageFramePackage/nav/nav.html
+++ b/WebService/src/main/resources/components/pageFramePackage/nav/nav.html
@@ -19,9 +19,9 @@
                 <span class="caret"></span>
             </a>
 
-            <div class="dropdown-menu" v-for="currentCommunity in navCommunityInfo.communityInfos">
-                <a class="dropdown-item" v-on:click="changeCommunity(currentCommunity)">{{currentCommunity.name}}</a>
-                <a href="/flow/enterCommunity" class="dropdown-item">
+            <div class="dropdown-menu" >
+                <a class="dropdown-item" v-for="currentCommunity in navCommunityInfo.communityInfos" v-on:click="changeCommunity(currentCommunity)">{{currentCommunity.name}}</a>
+                <a href="/flow/enterCommunity" class="dropdown-item text-center">
                     <strong>鍏ラ┗灏忓尯</strong>
                     <i class="fa fa-angle-right"></i>
                 </a>
@@ -32,14 +32,14 @@
         </li>
         <li class="dropdown">
             <a class="dropdown-toggle count-info" data-toggle="dropdown" href="#">
-                <i class="fa fa-bell"></i> <span class="label label-primary">{{nav.noticeSize}}</span>
+                <i class="fa fa-bell"></i> <span class="label label-primary">{{nav.total}}</span>
             </a>
             <ul class="dropdown-menu dropdown-alerts">
                 <li v-for="notice in nav.notices">
-                    <a href="mailbox.html" class="dropdown-item">
+                    <a v-on:click="_noticeDetail(notice)" class="dropdown-item">
                         <div>
-                            <i class="fa fa-envelope fa-fw"></i> {{notice.msg}}
-                            <span class="float-right text-muted small">{{notice.date}}</span>
+                            <i class="fa fa-envelope fa-fw"></i> {{notice.title}}
+                            <span class="float-right text-muted small">{{notice.createTime}}</span>
                         </div>
                     </a>
                     <div class="dropdown-divider"></div>

--
Gitblit v1.8.0