mirror of https://gitee.com/karson/fastadmin.git
35 lines
1.2 KiB
PHP
35 lines
1.2 KiB
PHP
<?php
|
|
|
|
return [
|
|
'Id' => 'ID',
|
|
'Name' => '产品名称(中文)',
|
|
'Lightwords' => '亮点词',
|
|
'Destination' => '目的地',
|
|
'Homeimages' => '轮播图',
|
|
'Cost_production' => '产品原价',
|
|
'Advancedata' => '提前预定',
|
|
'Advancedata 0' => '无',
|
|
'Advancedata 1' => '可定今日',
|
|
'Advancedata 2' => '可定明日',
|
|
'Advancedata 3' => '提前预订',
|
|
'Explanation' => '预订说明',
|
|
'Travel_template_information' => '出行模板信息',
|
|
'Supplier' => '产品提供商',
|
|
'Supplier_price' => '供应商app减价',
|
|
'Supplier_start' => '减价开始时间',
|
|
'Supplier_end' => '减价结束时间',
|
|
'Introductioncontent' => '产品介绍',
|
|
'Descriptioncontent' => '费用说明',
|
|
'Useinfocontent' => '使用说明',
|
|
'Informationcontent' => '购买须知',
|
|
'In_stock' => '库存',
|
|
'Category_id' => '分类ID(单选)',
|
|
'Status' => '状态',
|
|
'List' => '状态',
|
|
'List 0' => '未上线',
|
|
'List 1' => '已上线',
|
|
'List 2' => '人工下线',
|
|
'List 3' => '系统下线',
|
|
'List 4' => '审核下线'
|
|
];
|