wood.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "tip": false,
  3. "addBtn": false,
  4. "editBtn": false,
  5. "addRowBtn": false,
  6. "cellBtn": false,
  7. "cancelBtn": false,
  8. "delBtn":false,
  9. "border": true,
  10. "index": true,
  11. "selection": true,
  12. "refreshBtn": false,
  13. "menuWidth": 130,
  14. "align":"center",
  15. "showSummary": true,
  16. "lazy": true,
  17. "simplePage": true,
  18. "dialogWidth": "60%",
  19. "tree": true,
  20. "dialogClickModal": false,
  21. "indexSlot":true,
  22. "column": [
  23. {
  24. "label": "结算单位",
  25. "prop": "corpId",
  26. "index": 1,
  27. "overHidden": true,
  28. "width": 220
  29. },
  30. {
  31. "label": "费用名称",
  32. "prop": "feeName",
  33. "index": 2,
  34. "width": 180,
  35. "overHidden": true
  36. },
  37. {
  38. "label": "计价单位",
  39. "prop": "unit",
  40. "index": 3,
  41. "slot": true,
  42. "overHidden": true,
  43. "width": 100
  44. },
  45. {
  46. "label": "单价",
  47. "prop": "price",
  48. "index": 4,
  49. "slot": true,
  50. "overHidden": true,
  51. "width": 100
  52. },
  53. {
  54. "label": "数量",
  55. "prop": "quantity",
  56. "index": 5,
  57. "overHidden": true,
  58. "width": 100
  59. },
  60. {
  61. "label": "金额",
  62. "prop": "amount",
  63. "index": 6,
  64. "cell": true,
  65. "overHidden": true,
  66. "width": 130
  67. },
  68. {
  69. "label": "币别",
  70. "prop": "currency",
  71. "value": "CNY",
  72. "index": 7,
  73. "overHidden": true,
  74. "width": 100
  75. },
  76. {
  77. "label": "备注",
  78. "prop": "remarks",
  79. "index": 8,
  80. "cell": true,
  81. "overHidden": true,
  82. "width": 150
  83. }
  84. ]
  85. }