广州市综治平台后端
huangh
2025-06-10 e1fe6e5a6011615e80cebd6c8ca230ce35350096
1
2
3
4
<div ng-controller="FlowableEscalationRefCtrl">
    <select ng-model="property.value" ng-change="escalationChanged()" ng-options="escalationDefinition.id as (escalationDefinition.name + ' (' + escalationDefinition.id + ')') for escalationDefinition in escalationDefinitions">
    </select>
</div>