|
|
@@ -118,7 +118,7 @@ class GoodsList extends \common\libs\dataList\DataList implements DataListInterf
|
|
|
},
|
|
|
],
|
|
|
'SELL_PRICE' => [
|
|
|
- 'header' => 'Products Prices(₦)',//商品价格
|
|
|
+ 'header' => 'Products Price(₦)',//商品价格
|
|
|
'headerOther' => [
|
|
|
'width' => '150',
|
|
|
],
|
|
|
@@ -217,7 +217,7 @@ class GoodsList extends \common\libs\dataList\DataList implements DataListInterf
|
|
|
'GOODS_NAME'=> ['name'=> 'Products name'],//商品名称
|
|
|
'GOODS_NO'=> ['name'=> 'Products code'],//商品编号
|
|
|
// 'SELL_TYPE'=> ['name'=> '复消购买方式', 'other'=> 'select', 'selectData'=> [['id'=> 1, 'name'=> '余额购买'],['id'=> 2, 'name'=> '积分购买']]],
|
|
|
- 'SELL_PRICE'=> ['name'=> 'Products Prices'],//销售价格
|
|
|
+ 'SELL_PRICE'=> ['name'=> 'Products Price'],//销售价格
|
|
|
'PRICE_PV'=> ['name'=> 'Products BV'],//销售PV
|
|
|
'CATEGORY_TYPE' => ['name' => 'Products Category', 'other'=> 'select', 'selectData'=> ShopGoods::CATEGORY_TYPE],//商品分类
|
|
|
];
|