南昌市物联网技防平台-后台
nnnjjj123
2021-01-28 830d1772dfae2ea5eaaf41ecb7cdbcb9efffc6c5
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>