链街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.
 
 
 
 

46 lines
1.5 KiB

<?php
return [
'labels' => [
'GoodsActivity' => '活动商品',
'goodsActivity' => '活动商品',
'goods_activity' => '活动商品',
],
'fields' => [
'type' => '活动类型',
'type_text' => '活动类型',
'goods_id' => '原始商品',
'market_id' => '市场',
'store_id' => '商家',
'category_id' => '分类',
'goods_category_id' => '商品类目',
'on_sale' => '是否上架',
'sort' => '排序',
'price' => '售价',
'original_price' => '原价',
'vip_price' => '会员价',
'start_num' => '起售份数',
'restrict_num' => '限购份数',
'is_infinite' => '是否开启无限库存',
'inventory' => '库存',
'name' => '商品名称',
'cover_img' => '封面图',
'goods_unit' => '商品单位',
'tags' => '标签',
'details_imgs' => '商品详情图片',
'spec' => '规格',
'content' => '简介',
'remark' => '备注',
'expire_time' => '活动结束时间',
'expire_time_text' => '活动结束时间',
'time_limit_days' => '限制的天数',
'time_limit_num' => '限制购买数量',
'can_use_coupon' => '可同时使用优惠券',
'can_use_coupon_text' => '可同时使用优惠券',
'image_banners' => '轮播图片',
'video_banners' => '轮播视频',
'spec_key' =>'规格名称',
'spec_value' => '规格参数',
],
'options' => [
],
];