Authored by linlong

销售类目图片

... ... @@ -17,7 +17,7 @@ var g1 = new common.grid({
},
columns: [
{display: "商品图片", render: function (item) {
return item.productPic ? '<img src="'+item.productPic+'">' : '';
return item.productPic ? '<img src="'+item.productPic+'" style="width:150px;height:150px;">' : '';
}},
{display: "SKN", name: "productSKN"},
{display: "厂家编号", name: "factoryCode"},
... ...