productTable.php 936 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <?php
  2. return [
  3. [
  4. 'key' =>'title',
  5. 'value' => '* 产品名称',
  6. ],
  7. [
  8. 'key' =>'code',
  9. 'value' => '* 产品编码',
  10. ],
  11. [
  12. 'key' =>'product_category_id',
  13. 'value' => '* 产品分类',
  14. ],
  15. [
  16. 'key' =>'size',
  17. 'value' => '产品规格',
  18. ],
  19. [
  20. 'key' =>'unit',
  21. 'value' => '产品单位',
  22. ],
  23. [
  24. 'key' =>'bar_code',
  25. 'value' => '条码',
  26. ],
  27. [
  28. 'key' =>'cost',
  29. 'value' => '成本',
  30. ],
  31. [
  32. 'key' =>'retail_price',
  33. 'value' => '零售价',
  34. ],
  35. [
  36. 'key' =>'product_attribute',
  37. 'value' => '产品属性',
  38. ],
  39. [
  40. 'key' => 'build_fee',
  41. 'value' => '安装费',
  42. ],
  43. [
  44. 'key' => 'item_code',
  45. 'value' => '商品编号',
  46. ],
  47. [
  48. 'key' => 'warranty_time',
  49. 'value' => '质保时长(月)',
  50. ]
  51. ];