mainList.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "searchShow": true,
  3. "searchSpan": 8,
  4. "searchMenuSpan": 16,
  5. "border": true,
  6. "index": true,
  7. "viewBtn": false,
  8. "editBtn": false,
  9. "delBtn": false,
  10. "addBtn": false,
  11. "headerAlign": "center",
  12. "showSummary": true,
  13. "searchIcon": true,
  14. "searchIndex": 2,
  15. "selection": true,
  16. "tip": false,
  17. "menu":false,
  18. "column": [
  19. {
  20. "index": 1,
  21. "prop": "ffeeslabel",
  22. "label": "结算单位",
  23. "search": true,
  24. "overHidden": true,
  25. "width": 250
  26. },
  27. {
  28. "index": 2,
  29. "prop": "reviewDate",
  30. "label": "年月",
  31. "overHidden": true,
  32. "width": 120
  33. },
  34. {
  35. "index": 3,
  36. "prop": "famount",
  37. "label": "应付金额",
  38. "overHidden": true,
  39. "width": 130
  40. },
  41. {
  42. "index": 4,
  43. "prop": "fstlamount",
  44. "label": "实付金额",
  45. "overHidden": true,
  46. "width": 130
  47. },
  48. {
  49. "index": 5,
  50. "prop": "nnfinished",
  51. "label": "未付金额",
  52. "overHidden": true,
  53. "width": 130
  54. },
  55. {
  56. "index": 6,
  57. "prop": "faccamount",
  58. "label": "对账金额",
  59. "overHidden": true,
  60. "width": 130
  61. },
  62. {
  63. "index": 7,
  64. "prop": "finvamount",
  65. "label": "开票金额",
  66. "overHidden": true,
  67. "width": 130
  68. },
  69. {
  70. "index": 8,
  71. "prop": "isReviewed",
  72. "label": "费用状态",
  73. "search": true,
  74. "hide": true,
  75. "showColumn": false,
  76. "overHidden": true,
  77. "width": 130
  78. },
  79. {
  80. "index": 9,
  81. "prop": "timeExamine",
  82. "label": "区间",
  83. "search": true,
  84. "hide": true,
  85. "showColumn": false,
  86. "overHidden": true,
  87. "width": 130
  88. },
  89. {
  90. "index": 10,
  91. "prop": "fReconciliation",
  92. "label": "显示0余额",
  93. "search": true,
  94. "hide": true,
  95. "showColumn": false,
  96. "overHidden": true,
  97. "width": 130
  98. }
  99. ]
  100. }