mainList.json 624 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "align": "center",
  3. "border": true,
  4. "index": true,
  5. "addBtn": false,
  6. "menuWidth":70,
  7. "selection": true,
  8. "tip":false,
  9. "delBtn":false,
  10. "editBtn":false,
  11. "showSummary": true,
  12. "column": [
  13. {
  14. "label": "类型",
  15. "prop": "goodTypeName",
  16. "width": 150
  17. },
  18. {
  19. "label": "名称",
  20. "prop": "goodName",
  21. "width": 250
  22. },
  23. {
  24. "label": "数量",
  25. "prop": "goodNumber",
  26. "width": 80
  27. },
  28. {
  29. "label": "单价",
  30. "prop": "price",
  31. "width": 120
  32. },
  33. {
  34. "label": "金额",
  35. "prop": "amout",
  36. "width": 120
  37. }
  38. ]
  39. }