南昌市物联网技防平台-后台
钟日健
2021-02-24 c302589567b7b556d8dfd7fca8cf3cf215d1a390
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>