Authored by chenchao

add logo

... ... @@ -96,6 +96,7 @@
<label class="col-sm-2 control-label">关键词</label>
<div class="col-sm-3">
<input type="text" id="brandKeyword" name="brandKeyword" style="width: 180px" class="form-control" placeholder="关键词" value="<%data.brandKeyword%>">
(搜索引擎收录用,用英文逗号分隔,100字以内)
</div>
</div>
<div class="form-group">
... ...
... ... @@ -41,6 +41,12 @@ var g = new common.grid({
display: "ID",
name: "id"
}, {
display:"品牌Logo",
name:"brandIco",
render: function(item) {
return '<img src="' + item.brandIco + '" width="100" height="60"/>'
}
},{
display: '品牌名称',
name: "brandName"
}, {
... ...