forked from gzzfw/backEnd/gz-dyh

wangwh
2024-08-31 7012f70a060e39f041cd6f34c1f0eaefc51bd7ef
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>