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

3 lines
202 B
HTML

<span ng-if="!property.noValue">{{'PROPERTY.EVENTOUTPARAMETERS.VALUE' | translate:property.value.outParameters}}</span>
<span ng-if="property.noValue" translate>PROPERTY.EVENTOUTPARAMETERS.EMPTY</span>