公告板
版本库
filestore
活动
搜索
登录
main
/
nongtou-project-java
农投项目管理系统java后端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
初始化
zxl
2025-11-12
22ef5a53c7dd17f75b67cf3c5116c073e58badaa
[nongtou-project-java.git]
/
start
/
target
/
classes
/
static
/
designer
/
editor-app
/
configuration
/
properties
/
calledelementtype-property-write-template.html
1
2
3
4
5
6
7
<div ng-controller="FlowableCalledElementTypeCtrl">
<select ng-model="property.value" ng-change="calledElementTypeChanged ()">
<option>key</option>
<option>id</option>
</select>
</div>