forked from gzzfw/backEnd/gz-dyh

zhouxiantao
2024-09-23 0c40e0515f6661313e8ac4a14895860e8b4ebb69
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>