|
|
@@ -256,12 +256,10 @@
|
|
|
</div>
|
|
|
</td>
|
|
|
<td class="hover-show text-center" ng-class="{'bg01' : product.standard == 1 , 'bg02' : product.standard != 1}" ng-if="product.standard != 1">
|
|
|
- <!-- <a href="http://www.usoftmall.com/product#/component/{{product.cmpUuId}}/" title="产品型号" ng-bind="::product.cmpCode" target="_blank" ng-if="product.standard == 0"></a> -->
|
|
|
- <span title="产品型号" ng-bind="::product.cmpCode" ng-if="product.standard == 0"></span>
|
|
|
+ <span title="产品型号" ng-bind="::product.cmpCode" ng-if="product.standard != 1"></span>
|
|
|
</td>
|
|
|
<td class="hover-show text-center" ng-class="{'bg01' : product.standard ==1 , 'bg02' : product.standard != 1}" ng-if="product.standard == 1">
|
|
|
<a href="http://www.usoftmall.com/product#/component/{{product.cmpUuId}}/" title="产品型号" ng-bind="::product.pcmpcode" target="_blank" ng-if="product.standard == 1"></a>
|
|
|
- <!-- <span title="产品型号" ng-bind="::product.pcmpcode" ng-if="product.standard == 0"></span> -->
|
|
|
</td>
|
|
|
<td class="line-h20 text-center" title="{{product.brand}}" ng-bind="::product.brand" ng-if="product.standard != 1"></td>
|
|
|
<td class="line-h20 text-center" title="{{product.pbranden}}" ng-bind="::product.pbranden" ng-if="product.standard == 1"></td>
|