xiangpei
2025-02-27 66b258f3e333b2413e3c7c28a8a6794545fc6eb8
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>