From 1388cb062631002cd0add026764a9db004ec22df Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Tue, 15 Jun 2021 10:31:23 +0800
Subject: [PATCH] 20210615  后台页面修改

---
 src/main/resources/templates/febs/views/modules/systemSetting/platformBanner.html |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/templates/febs/views/modules/systemSetting/platformBanner.html b/src/main/resources/templates/febs/views/modules/systemSetting/platformBanner.html
index 6822cb8..21d72de 100644
--- a/src/main/resources/templates/febs/views/modules/systemSetting/platformBanner.html
+++ b/src/main/resources/templates/febs/views/modules/systemSetting/platformBanner.html
@@ -157,7 +157,10 @@
                 cols: [[
                 	{field: 'id', title: '', minWidth: 10,align:'left'},
                 	{field: 'name', title: '标题', minWidth: 120,align:'center'},
-                    {field: 'imageUrl', title: '图片链接', minWidth: 200,align:'center'},
+                    {field: 'imageUrl', title: '图片链接',
+                        templet: function (d) {
+                            return '<img src="'+d.imageUrl+'" >'
+                        }, minWidth: 200,align:'center'},
                     {field: 'jumpUrl', title: '跳转链接', minWidth: 200,align:'center'},
                     {field: 'sort', title: '联系方式', minWidth: 200,align:'center'},
                     

--
Gitblit v1.9.1