listItem.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. [
  2. {
  3. "title" : "公司名称",
  4. "headStyles" : "normalThNode",
  5. "contentStyles" : "normalTdNode",
  6. "item" : "function(d){ return d.topUnitName.split('@')[0] }",
  7. "name" : "topUnitName",
  8. "width" : "15%"
  9. },
  10. {
  11. "title" : "部门名称",
  12. "headStyles" : "normalThNode",
  13. "contentStyles" : "normalTdNode",
  14. "item" : "function(d){ return d.unitName.split('@')[0] }",
  15. "name" : "unitName",
  16. "width" : "15%"
  17. },
  18. {
  19. "title" : "年度",
  20. "headStyles" : "normalThNode",
  21. "contentStyles" : "normalTdNode",
  22. "item" : "cycleYear",
  23. "name" : "cycleYear",
  24. "width" : "10%"
  25. },
  26. {
  27. "title" : "月份",
  28. "headStyles" : "normalThNode",
  29. "contentStyles" : "normalTdNode",
  30. "item" : "cycleMonth",
  31. "name" : "cycleMonth",
  32. "width" : "10%"
  33. },
  34. {
  35. "title" : "开始日期",
  36. "headStyles" : "normalThNode",
  37. "contentStyles" : "normalTdNode",
  38. "item" : "cycleStartDateString",
  39. "name" : "cycleStartDateString",
  40. "width" : "15%"
  41. },
  42. {
  43. "title" : "结束日期",
  44. "headStyles" : "normalThNode",
  45. "contentStyles" : "normalTdNode",
  46. "item" : "cycleEndDateString",
  47. "name" : "cycleEndDateString",
  48. "width" : "15%"
  49. },
  50. {
  51. "access" : "admin",
  52. "title" : "操作",
  53. "headStyles" : "normalThNode",
  54. "contentStyles" : "normalTdNode",
  55. "item" : "actions",
  56. "name" : "actions",
  57. "width" : "5%",
  58. "sub" : [{
  59. "title" : "删除文件",
  60. "action" : "remove",
  61. "styles" : "actionDeleteNode",
  62. "overStyles" : "actionDeleteNode_over",
  63. "downStyles" : "actionDeleteNode_down"
  64. }]
  65. }
  66. ]