dashboard
repositories
filestore
activity
search
login
~huangh
/
gz-dyh
forked from
gzzfw/backEnd/gz-dyh
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
1、utils服务优化
liyj
2024-09-05
7d5eb314b9cd5b5e19aa851b63b66aad5bf59d04
[~huangh/gz-dyh.git]
/
dyh-service
/
dyh-mediate
/
src
/
main
/
resources
/
static
/
editor-app
/
configuration
/
properties
/
transition-event-write-template.html
1
2
3
4
5
6
7
8
9
10
<div ng-controller="FlowableTransitionEventCtrl">
<select ng-model="property.value" ng-change="transitionEventChanged()">
<option>complete</option>
<option>exit</option>
<option>occur</option>
<option>start</option>
<option>terminate</option>
</select>
</div>