公告板
版本库
filestore
活动
搜索
登录
main
/
nongtou-project-java
农投项目管理系统java后端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
初始化
zxl
2025-11-12
785988400c1359f0b59a4000e57a5b442924a081
[nongtou-project-java.git]
/
start
/
target
/
classes
/
static
/
designer
/
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>