|
|
@@ -989,7 +989,7 @@
|
|
|
<div ng-if="!canBatchOperation && !canEditProduct"><a ng-click="editRecommendProduct('BATCH_OPERATION', true)">批量操作</a></div>
|
|
|
<div ng-if="!canBatchOperation && !canEditProduct"><a ng-click="editRecommendProduct('EDIT_PRODUCTS', true)"><i class="fa fa-pencil"></i>编辑</a></div>
|
|
|
<div class="check" ng-if="canBatchOperation">
|
|
|
- <label class="check-active">
|
|
|
+ <label class="check-active" ng-if="recommendProducts.length>0">
|
|
|
<input type="checkbox" id="isChooseAll" ng-checked="isChooseAll" ng-click="chooseAllProduct(!isChooseAll)" checked="checked">
|
|
|
<label for="isChooseAll"></label>
|
|
|
<span style="margin-left: 0;">全选</span>
|