forked from gzzfw/backEnd/gz-dyh

huangh
2024-10-28 1f5f3c84cb9b35d65caf576c0d46d26bda291875
1
2
3
4
<div class="ui-grid-cell-contents">
    <img ng-if="!row.entity.customIcon" ng-src="editor-app/stencilsets/{{getStencilSetName()}}/icons/{{row.entity.icon}}" />
    <img ng-if="row.entity.customIcon" ng-src="{{getImageUrl(row.entity.icon)}}"/>
</div>