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.
21 lines
521 B
21 lines
521 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'AgentProduct' => '产品',
|
|
'agent-product' => '产品',
|
|
],
|
|
'fields' => [
|
|
'agent_id' => '代理商ID',
|
|
'product_id' => '供应商产品ID',
|
|
'price' => '现价',
|
|
'original_price' => '原价',
|
|
'sale' => '销量',
|
|
'channel_id' => '频道',
|
|
'category_id' => '分类',
|
|
'status' => '状态',
|
|
'verifier' => '核销人员',
|
|
'product' => trans('product.fields'),
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|