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

4 lines
175 B
HTML
Raw Normal View History

<span ng-if="property.value.name">{{property.value.name}}</span>
<span ng-if="!property.value || !property.value.name" translate>PROPERTY.DECISIONTABLEREFERENCE.EMPTY</span>