广州市综治平台后端
huangh
2025-06-16 7f5c97eb5f34d31f2d73d846ab6fd2d36a9145c5
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>