海南旅游SAAS
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.
 
 
 

29 lines
889 B

<?php
return [
'labels' => [
'IndustryProduct' => '行业产品',
'industry-product' => '行业产品',
'industry_product' => '行业产品',
],
'fields' => [
'supplier_id' => '供应商ID',
'type' => '产品类型',
'category_id' => '分类ID',
'title' => '标题',
'pictures' => '产品图片',
'picture' => '产品图片',
'price' => '售价',
'original_price' => '市场价',
'stock' => '库存量',
'sale' => '销量',
'status' => '状态',
'know' => '旅客须知',
'content' => '产品详情',
'service_persons' => '单库存服务用户数',
'min_sale' => '起售数',
'verify_mobile' => '核销人员手机号',
],
'options' => [
'publish_type' => admin_trans('product.options.publish_type'),
],
];