Authored by 马力

样式修改

@@ -221,6 +221,7 @@ var g = new common.grid({ @@ -221,6 +221,7 @@ var g = new common.grid({
221 } 221 }
222 }, { 222 }, {
223 display: '商品类别', 223 display: '商品类别',
  224 + width: '4%',
224 name: 'attribute', //商品属性(1普通、2赠品等) 商品类别 225 name: 'attribute', //商品属性(1普通、2赠品等) 商品类别
225 render: function (item) { 226 render: function (item) {
226 if (item.attribute) { 227 if (item.attribute) {