Authored by linlong

销售类目图片

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