12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- <?php
- return [
- [
- 'key' =>'title',
- 'value' => '* 产品名称',
- ],
- [
- 'key' =>'code',
- 'value' => '* 产品编码',
- ],
- [
- 'key' =>'product_category_id',
- 'value' => '* 产品分类',
- ],
- [
- 'key' =>'size',
- 'value' => '产品规格',
- ],
- [
- 'key' =>'unit',
- 'value' => '产品单位',
- ],
- [
- 'key' =>'bar_code',
- 'value' => '条码',
- ],
- [
- 'key' =>'cost',
- 'value' => '成本',
- ],
- [
- 'key' =>'retail_price',
- 'value' => '零售价',
- ],
- [
- 'key' =>'product_attribute',
- 'value' => '产品属性',
- ],
- [
- 'key' => 'build_fee',
- 'value' => '安装费',
- ]
- ];
|