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

37 lines
1.0 KiB

<?php
return [
'labels' => [
'AgentProduct' => '产品',
'agent-product' => '产品',
'agent_product' => '产品',
],
'fields' => [
'agent_id' => '代理商ID',
'product_id' => '供应商产品ID',
'price' => '销售价',
'original_price' => '市场价',
'sale' => '销量',
'stock' => '库存',
'channel_id' => '频道',
'category_id' => '分类',
'status' => '状态',
'verifier' => '核销人员',
'is_rec' => '是否推荐',
'title' => '标题',
'content' => '产品详情',
'know' => '旅游须知',
'pictures' => '产品图片',
'picture' => '产品图片',
'guide_id' => '地接ID',
'earnest' => '定金',
'spec' => '产品规格',
'earnest_timeout' => '定金超时时间',
'deposit' => '订金',
'deposit_timeout' => '订金超时时间',
'product' => trans('product.fields'),
'agent' => trans('agent.fields'),
'guide' => trans('guide.fields'),
],
'options' => [
],
];