xiangpei
2025-02-28 2aae30d1eab9b1d129585ef529f2e9dacd64d0fa
1
2
3
4
 
<span ng-if="!property.noValue">{{property.value|limitTo:20}}</span>
<span ng-if="!property.noValue && property.value != null && property.value.length > 20">...</span>
<span ng-if="property.noValue" translate>PROPERTY.EMPTY</span>