南昌市物联网技防平台-后台
nnnjjj123
2021-01-28 830d1772dfae2ea5eaaf41ecb7cdbcb9efffc6c5
1
2
3
4
5
6
7
8
9
10
11
12
<span class="stencil-item root-stencil-item"
      id="{{group.id}}"
      title="{{group.description | translate}}"
      ng-model="draggedElement"
      data-drag="true"
      jqyoui-draggable="{onStart:'startDragCallback', onDrag:'dragCallback'}"
      data-jqyoui-options="{revert: 'invalid', helper: 'clone', opacity : 0.5}">
        <img ng-if="!group.customIcon" ng-src="editor-app/stencilsets/{{getStencilSetName()}}/icons/{{group.icon}}" width="16px;"
             height="16px;"/>
        <img ng-if="group.customIcon" ng-src="{{getImageUrl(group.icon)}}" width="16px;" height="16px;"/>
        {{group.name | translate}}
</span>