dashboard
repositories
filestore
activity
search
login
~huangh
/
gz-dyh
forked from
gzzfw/backEnd/gz-dyh
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix:默认广州市编码调整
xusd
2024-10-25
c0a93a9436d42b7a0d36e1d3f93361980a99f880
[~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>