|
|
@@ -67,25 +67,25 @@ class ShopGoodsForm extends Model
|
|
|
public function attributeLabels()
|
|
|
{
|
|
|
return [
|
|
|
- 'selectedIds' => '商品ID',
|
|
|
- 'id' => '产品ID',
|
|
|
+ 'selectedIds' => 'ID',
|
|
|
+ 'id' => 'Product ID',
|
|
|
'goodsName' => 'Product Name', // 商品名称
|
|
|
'sellDiscount' => 'Discount Rate', // 会员折扣
|
|
|
'giftType' => 'Product Type', // 商品类型
|
|
|
'categoryType' => 'Product Category', // 商品分类
|
|
|
- 'sellType' => '出售方式',
|
|
|
+ 'sellType' => 'SellType', //出售方式
|
|
|
'goodsNo' => 'Product Code', // 产品编号
|
|
|
- 'unit' => '单位',
|
|
|
- 'cover' => '封面',
|
|
|
+ 'unit' => 'Unit', // 单位
|
|
|
+ 'cover' => 'Cover',// 封面
|
|
|
'sellPrice' => 'Price', // 销售价格
|
|
|
- 'sellPriceStandard' => '标准价格',
|
|
|
+ 'sellPriceStandard' => 'US price',
|
|
|
'marketPrice' => 'Market Price', // 市场价格
|
|
|
'pricePv' => 'BV', // 销售PV
|
|
|
//'point' => '兑换积分',
|
|
|
'storeNums' => 'Inventory', // 库存
|
|
|
- 'content' => '产品详情',
|
|
|
- 'listOrder' => '排序',
|
|
|
- 'taxRate' => '税率',
|
|
|
+ 'content' => 'Content',
|
|
|
+ 'listOrder' => 'Order',// 排序
|
|
|
+ 'taxRate' => 'Tax',// 税率
|
|
|
];
|
|
|
}
|
|
|
|