公告板
版本库
filestore
活动
搜索
登录
main
/
project_management-java
射洪市项目管理系统
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
完成任务bug(协同办理的才resolveTask)、转办前如果是指定人员删除不掉问题、提取获取运行时任务信息的方法
xiangpei
2025-01-15
74da9dfb5fb4085d8847d4c74a97048c6c677514
[project_management-java.git]
/
start
/
src
/
main
/
resources
/
static
/
designer
/
editor-app
/
configuration
/
properties
/
form-reference-display-template.html
1
2
3
4
<div ng-controller="FlowableFormReferenceDisplayCtrl">
<span ng-if="property.value && property.value.id">{{form.name}}</span>
<span ng-if="!property.value || !property.value.id" translate>PROPERTY.FORMREFERENCE.EMPTY</span>
</div>