commodity.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "stripe": true,
  3. "border": true,
  4. "searchMenuSpan": 16,
  5. "searchIcon": true,
  6. "searchIndex": 2,
  7. "index": true,
  8. "viewBtn": false,
  9. "editBtn": false,
  10. "delBtn": false,
  11. "addBtn": false,
  12. "menu": false,
  13. "align": "center",
  14. "menuWidth": "180",
  15. "selection": true,
  16. "tip": false,
  17. "column": [{
  18. "label": "商品编号",
  19. "prop": "code",
  20. "index": 1,
  21. "width": 120,
  22. "search": true,
  23. "searchSpan": 8,
  24. "overHidden": true
  25. },
  26. {
  27. "label": "商品名称",
  28. "search": true,
  29. "searchSpan": 8,
  30. "prop": "cname",
  31. "index": 2,
  32. "width": 120,
  33. "overHidden": true
  34. },
  35. {
  36. "label": "商品类别",
  37. "prop": "goodsTypeName",
  38. "index": 3,
  39. "width": 120,
  40. "search": true,
  41. "searchSpan": 8,
  42. "overHidden": true
  43. },
  44. {
  45. "label": "规格尺寸",
  46. "prop": "typeno",
  47. "index": 4,
  48. "width": 120,
  49. "overHidden": true
  50. },
  51. {
  52. "label": "花纹",
  53. "prop": "brandItem",
  54. "index": 5,
  55. "width": 120,
  56. "overHidden": true
  57. },
  58. {
  59. "label": "负荷指数",
  60. "prop": "specsOne",
  61. "index": 6,
  62. "width": 120,
  63. "overHidden": true
  64. },
  65. {
  66. "label": "速级",
  67. "prop": "specsTwo",
  68. "index": 7,
  69. "width": 120,
  70. "overHidden": true
  71. },
  72. {
  73. "label": "加强型",
  74. "prop": "level",
  75. "index": 8,
  76. "width": 120,
  77. "overHidden": true
  78. }
  79. ]
  80. }