xiangpei
2025-02-26 a22c582a4867ee5a3f27e89da7d20fa52008b32c
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>