listItem_detailStatic.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. [
  2. {
  3. "title" : MWF.xApplication.Attendance.LP.unit,
  4. "headStyles" : "normalThNode",
  5. "contentStyles" : "normalTdNode",
  6. "item" : "function( d ){ return (d.unitName || '').split('@')[0] }",
  7. "name" : "unitName",
  8. "width" : "10%"
  9. },
  10. {
  11. "title" : MWF.xApplication.Attendance.LP.name,
  12. "headStyles" : "normalThNode",
  13. "contentStyles" : "normalTdNode",
  14. "item" : "function( d ){ return (d.employeeName || '').split('@')[0] }",
  15. "name" : "employeeName",
  16. "width" : "10%"
  17. },
  18. {
  19. "title" : MWF.xApplication.Attendance.LP.months,
  20. "headStyles" : "normalThNode",
  21. "contentStyles" : "normalTdNode",
  22. "item" : "function( data ){ return data.statisticYear + '-' + data.statisticMonth }",
  23. "name" : "statisticMonth",
  24. "width" : "8%"
  25. },
  26. {
  27. "title" : MWF.xApplication.Attendance.LP.onDutyTimes,
  28. "headStyles" : "normalThNode",
  29. "contentStyles" : "normalTdNode",
  30. "item" : "onDutyTimes",
  31. "name" : "onDutyTimes",
  32. "width" : "8%"
  33. },
  34. {
  35. "title" : MWF.xApplication.Attendance.LP.offDutyTimes,
  36. "headStyles" : "normalThNode",
  37. "contentStyles" : "normalTdNode",
  38. "item" : "offDutyTimes",
  39. "name" : "offDutyTimes",
  40. "width" : "8%"
  41. },
  42. {
  43. "title" : MWF.xApplication.Attendance.LP.onDutyDayCount1,
  44. "headStyles" : "normalThNode",
  45. "contentStyles" : "normalTdNode",
  46. "item" : "onDutyDayCount",
  47. "name" : "onDutyDayCount",
  48. "width" : "8%"
  49. },
  50. {
  51. "title" : MWF.xApplication.Attendance.LP.onSelfHolidayCount1,
  52. "headStyles" : "normalThNode",
  53. "contentStyles" : "normalTdNode",
  54. "item" : "onSelfHolidayCount",
  55. "name" : "onSelfHolidayCount",
  56. "width" : "8%"
  57. },
  58. {
  59. "title" : MWF.xApplication.Attendance.LP.absentCount,
  60. "headStyles" : "normalThNode",
  61. "contentStyles" : "normalTdNode",
  62. "item" : "absenceDayCount",
  63. "name" : "absenceDayCount",
  64. "width" : "8%"
  65. },
  66. {
  67. "title" : MWF.xApplication.Attendance.LP.lateTimes,
  68. "headStyles" : "normalThNode",
  69. "contentStyles" : "normalTdNode",
  70. "item" : "lateTimes",
  71. "name" : "lateTimes",
  72. "width" : "8%"
  73. },
  74. // {
  75. // "title" : "早退次数",
  76. // "headStyles" : "normalThNode",
  77. // "contentStyles" : "normalTdNode",
  78. // "item" : "leaveEarlyTimes",
  79. // "name" : "leaveEarlyTimes",
  80. // "width" : "8%"
  81. // },
  82. {
  83. "title" : MWF.xApplication.Attendance.LP.lackOfTimeCount,
  84. "headStyles" : "normalThNode",
  85. "contentStyles" : "normalTdNode",
  86. "item" : "lackOfTimeCount",
  87. "name" : "lackOfTimeCount",
  88. "width" : "8%"
  89. },
  90. {
  91. "title" : MWF.xApplication.Attendance.LP.abNormalDutyCount,
  92. "headStyles" : "normalThNode",
  93. "contentStyles" : "normalTdNode",
  94. "item" : "abNormalDutyCount",
  95. "name" : "abNormalDutyCount",
  96. "width" : "8%"
  97. }
  98. // {
  99. // "access" : "admin",
  100. // "title" : "操作",
  101. // "headStyles" : "normalThNode",
  102. // "contentStyles" : "normalTdNode",
  103. // "item" : "actions",
  104. // "name" : "actions",
  105. // "width" : "10%",
  106. // "sub" : [{
  107. // "title" : "删除文件",
  108. // "action" : "remove",
  109. // "styles" : "actionDeleteNode",
  110. // "overStyles" : "actionDeleteNode_over",
  111. // "downStyles" : "actionDeleteNode_down"
  112. // }]
  113. // }
  114. ]