fuliqi
2025-01-21 ae255b29c1ea01b2668c4e58d9d473f3c3702e1c
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>