dashboard
repositories
filestore
activity
search
login
main
/
jfptht-school
南昌市物联网技防平台-学校版后台
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
初版
zengh
2021-06-03
723946c6b272e5aa4c7ec110ff1395f6c2b23e89
[jfptht-school.git]
/
blade-ops
/
blade-flow-design
/
src
/
main
/
resources
/
static
/
editor-app
/
configuration
/
properties
/
condition-expression-display-template.html
1
2
3
<span ng-if="property.value.expression.type != 'variables' && property.value.expression.staticValue">{{property.value.expression.staticValue|limitTo:20}}</span>
<span ng-if="property.value && !property.value.expression">{{property.value|limitTo:20}}</span>
<span ng-if="!property.value">{{'PROPERTY.SEQUENCEFLOW.CONDITION.NO-CONDITION-DISPLAY' | translate}}</span>