|
|
@@ -183,7 +183,7 @@
|
|
|
</div>
|
|
|
<div class="pane-body">
|
|
|
<ul class="list-unstyled detail">
|
|
|
- <li ng-repeat="msg in message | orderBy : '- inid'" class="day-unread" ng-class="msg.lastest?'nonday':'day-read'">
|
|
|
+ <li ng-repeat="msg in message | orderBy : '- inid'" class="day-unread" ng-class="!msg.lastest ? 'nonday' : 'day-read'">
|
|
|
<!--<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>
|