|
|
@@ -186,7 +186,7 @@
|
|
|
<!--<span ng-show="tender.isNew"><img src="static/img/home/newTender.png"></span>-->
|
|
|
<a ng-click="setReadStatus(msg)" ui-sref="baseInfo.inquiryListDetail({id:msg.inid})" class="text-light">
|
|
|
<em style="font-style: normal;">{{msg.pordName}}</em>
|
|
|
- <img src="static/img/home/new.png"/>
|
|
|
+ <img src="static/img/home/new.png" ng-if="msg.isToday"/>
|
|
|
</a>
|
|
|
</li>
|
|
|
<li ng-show="message == null || message == ''" class="grey">
|