forked from gzzfw/backEnd/gz-dyh

zhouxiantao
2024-09-11 2bcca8482966882394393089ab8a0c7e7f6df3e2
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>