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.
22 lines
531 B
22 lines
531 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'Product' => '云产品',
|
|
'product' => '云产品',
|
|
],
|
|
'fields' => [
|
|
'content' => '产品详情',
|
|
'know' => '旅客须知',
|
|
'original_price' => '原价',
|
|
'pictures' => '产品图片',
|
|
'picture' => '产品图片',
|
|
'price' => '现价',
|
|
'sale' => '销量',
|
|
'status' => '状态',
|
|
'stock' => '库存',
|
|
'supplier_id' => '供应商ID',
|
|
'title' => '标题',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|