|
|
@@ -159,7 +159,7 @@
|
|
|
<ul class="list-unstyled detail">
|
|
|
<li ng-repeat="msg in message | orderBy : '- inid'">
|
|
|
<!--<span ng-show="tender.isNew"><img src="static/img/home/newTender.png"></span>-->
|
|
|
- <a ui-sref="sale.inquiry_detail({id:msg.inid})"class="text-light"><em style="color: #d32526;font-style: normal;">{{msg.pordName}}</em><img src="resources/img/home/new.png"/></a>
|
|
|
+ <a ui-sref="sale.inquiry_detail({id:msg.inid})"class="text-light"><em style="font-style: normal;">{{msg.pordName}}</em><img src="static/img/home/new.png"/></a>
|
|
|
</li>
|
|
|
<li ng-show="message == null || message == ''" class="grey">
|
|
|
暂无询价信息!
|