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.
32 lines
975 B
32 lines
975 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' => '产品详情',
|
|
'single_deposit' => '交易金单价',
|
|
'min_sale' => '起售数',
|
|
'verify_mobile' => '核销人员手机号',
|
|
'deposit' => '订金',
|
|
'earnest' => '定金',
|
|
'spec' => '产品规格',
|
|
],
|
|
'options' => [
|
|
'publish_type' => admin_trans('product.options.publish_type'),
|
|
],
|
|
];
|