Showing
2 changed files
with
7 additions
and
0 deletions
@@ -96,6 +96,7 @@ | @@ -96,6 +96,7 @@ | ||
96 | <label class="col-sm-2 control-label">关键词</label> | 96 | <label class="col-sm-2 control-label">关键词</label> |
97 | <div class="col-sm-3"> | 97 | <div class="col-sm-3"> |
98 | <input type="text" id="brandKeyword" name="brandKeyword" style="width: 180px" class="form-control" placeholder="关键词" value="<%data.brandKeyword%>"> | 98 | <input type="text" id="brandKeyword" name="brandKeyword" style="width: 180px" class="form-control" placeholder="关键词" value="<%data.brandKeyword%>"> |
99 | + (搜索引擎收录用,用英文逗号分隔,100字以内) | ||
99 | </div> | 100 | </div> |
100 | </div> | 101 | </div> |
101 | <div class="form-group"> | 102 | <div class="form-group"> |
@@ -41,6 +41,12 @@ var g = new common.grid({ | @@ -41,6 +41,12 @@ var g = new common.grid({ | ||
41 | display: "ID", | 41 | display: "ID", |
42 | name: "id" | 42 | name: "id" |
43 | }, { | 43 | }, { |
44 | + display:"品牌Logo", | ||
45 | + name:"brandIco", | ||
46 | + render: function(item) { | ||
47 | + return '<img src="' + item.brandIco + '" width="100" height="60"/>' | ||
48 | + } | ||
49 | + },{ | ||
44 | display: '品牌名称', | 50 | display: '品牌名称', |
45 | name: "brandName" | 51 | name: "brandName" |
46 | }, { | 52 | }, { |
-
Please register or login to post a comment