链街Dcat后台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

30 lines
858 B

<?php
return [
'labels' => [
'Goods' => '商品管理',
'goods' => '商品管理',
],
'fields' => [
'name' => '商品名称',
'type_id' => '商品所属分类',
'store_id' => '所属商家',
'cover_img' => '封面图',
'cover_img_url' => '封面图',
'price' => '售价',
'original_price' => '原价',
'vip_price' => '会员价',
'on_sale' => '是否上架',
'inventory' => '库存',
'content' => '简介',
'sort' => '排序',
'restrict_num' => '限购份数',
'start_num' => '起售份数',
'is_infinite' => '是否开启无限库存',
'good_unit' => '商品单位',
'tags' => '标签',
'details_imgs' => '详情图片',
'spec' => '规格',
],
'options' => [
],
];