wzj-vue/public/static/flowable-modeler/editor-app/configuration/properties/data-properties-display-template.html

3 lines
266 B
HTML
Raw Normal View History

<span ng-if="property.value.items && property.value.items.length > 0">{{'PROPERTY.DATAPROPERTIES.VALUES' | translate:property.value.items}}</span>
<span ng-if="!property.value.items || property.value.items.length == 0" translate>PROPERTY.DATAPROPERTIES.EMPTY</span>