广州市综治平台后端
xusd
5 days ago 3feed5879e5a9b794862bf46d38c7f66cfe41d50
1
2
3
4
 
<span ng-if="!property.noValue">{{property.value.name|limitTo:20}}</span>
<span ng-if="!property.noValue && property.value != null && property.value.name.length > 20">...</span>
<span ng-if="property.noValue" translate>PROPERTY.EMPTY</span>