Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
ufo-platform
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
kun
2018-09-13 18:26:11 +0800
Commit
18a6c894f46cfd8076c844356f95256f34752a9d
1 parent
93b38274
判断图片是否为空
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
web/src/main/webapp/html/brandManage/brandList.html
web/src/main/webapp/html/brandManage/brandList.html
View file @
18a6c89
...
...
@@ -115,6 +115,9 @@
width
:
80
,
align
:
"center"
,
formatter
:
function
(
value
)
{
if
(
value
==
null
||
value
==
''
||
value
==
undefined
)
{
return
''
;
}
return
'<img src="'
+
value
+
'" style="width:98px;height:98px"/></a>'
;
}
},
{
...
...
Please
register
or
login
to post a comment