dashboard
repositories
filestore
activity
search
login
~huangh
/
gz-dyh
forked from
gzzfw/backEnd/gz-dyh
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
纠纷态势-优化
zhouxiantao
2024-09-23
43729e4c8fa9b1f44bdbfd2ebe33092d0b109b22
[~huangh/gz-dyh.git]
/
dyh-service
/
dyh-mediate
/
src
/
main
/
resources
/
static
/
editor-app
/
popups
/
icon-template.html
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>