forked from gzzfw/backEnd/gz-dyh

xusd
2024-10-21 19f4474cc4e619d72e479cc2cde62d4974cb3b66
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>