Quellcode durchsuchen

客户打样申请红点处理

Hu Jie vor 7 Jahren
Ursprung
Commit
e15aa48719
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      src/main/webapp/resources/tpl/index/sale/sample.html

+ 2 - 2
src/main/webapp/resources/tpl/index/sale/sample.html

@@ -157,13 +157,13 @@
 					<div class="btn-group btn-group-sm">
 						<button type="button" class="btn btn-default btn-line"
 							ng-class="{'btn-info':active=='done'}" ng-click="setActive('done')">已送样
-							<b class="new-dot" ng-if="unread.send > 0">{{unread.send>99?'99+':unread.send}}</b>
+							<b class="new-dot" ng-if="unread.notReply > 0">{{unread.notReply>99?'99+':unread.notReply}}</b>
 						</button>
 					</div>
 					<div class="btn-group btn-group-sm">
 						<button type="button" class="btn btn-default btn-line"
 							ng-class="{'btn-info':active=='todo'}" ng-click="setActive('todo')">待送样
-							<b class="new-dot" ng-if="unread.unSend > 0">{{unread.unSend>99?'99+':unread.unSend}}</b>
+							<b class="new-dot" ng-if="unread.replied > 0">{{unread.replied>99?'99+':unread.replied}}</b>
 						</button>
 					</div>
 					<div class="btn-group btn-group-sm">