dashboard
repositories
filestore
activity
search
login
黄瀚
/
gz-dyh
forked from
gzzfw/backEnd/gz-dyh
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
配置文件修正
xusd
2024-09-10
597f5b5960b81d1ffba8ce2d3d1415e5bccc1919
[~huangh/gz-dyh.git]
/
dyh-service
/
dyh-mediate
/
src
/
main
/
resources
/
static
/
editor-app
/
configuration
/
properties
/
trigger-mode-write-template.html
1
2
3
4
5
6
7
<div ng-controller="FlowableTriggerModeCtrl">
<select ng-model="property.value" ng-change="triggerModeChanged()">
<option>default</option>
<option>onEvent</option>
</select>
</div>