dashboard
repositories
filestore
activity
search
login
main
/
jfpt-BladeX
南昌市物联网技防平台-后台
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
修改报警器端口
zengh
2021-03-10
fa9ffa9012d7b1df7692bb99e71be6592f48cd4b
[jfpt-BladeX.git]
/
blade-ops
/
blade-flow-design
/
src
/
main
/
resources
/
static
/
editor-app
/
configuration
/
properties
/
ordering-property-write-template.html
1
2
3
4
5
6
7
<div ng-controller="FlowableOrderingCtrl">
<select ng-model="property.value" ng-change="orderingChanged()">
<option>Parallel</option>
<option>Sequential</option>
</select>
</div>