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

3 lines
199 B
HTML

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