dashboard
repositories
filestore
activity
search
login
~huangh
/
gz-dyh
forked from
gzzfw/backEnd/gz-dyh
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
服务调用方法
wangwh
2024-08-31
6d31115d931190fe4780d5479981367705be37b7
[~huangh/gz-dyh.git]
/
dyh-service
/
dyh-mediate
/
src
/
main
/
resources
/
static
/
editor-app
/
configuration
/
properties
/
process-historylevel-property-write-template.html
1
2
3
4
5
6
7
8
9
10
<div ng-controller="FlowableProcessHistoryLevelCtrl">
<select ng-model="property.value" ng-change="historyLevelChanged()">
<option></option>
<option>none</option>
<option>activity</option>
<option>audit</option>
<option>full</option>
</select>
</div>