forked from gzzfw/backEnd/gz-dyh

xusd
2024-10-14 1be40c8a6695dfe8623687604d7a90a9eb7ccd70
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>