listItem.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. [
  2. {
  3. "title" : "",
  4. "headStyles" : "normalThNode",
  5. "contentStyles" : "normalTdNode",
  6. "item" : "checkbox",
  7. "name" : "checkbox",
  8. "width" : "5%"
  9. },
  10. {
  11. "title" : "姓名",
  12. "headStyles" : "normalThNode",
  13. "contentStyles" : "normalTdNode",
  14. "item" : "empName",
  15. "name" : "empName",
  16. "width" : "15%"
  17. },
  18. {
  19. "title" : "日期",
  20. "headStyles" : "normalThNode",
  21. "contentStyles" : "normalTdNode",
  22. "defaultSort" : "desc",
  23. "item" : "recordDateString",
  24. "name" : "recordDateString",
  25. "width" : "15%"
  26. },
  27. {
  28. "title" : "上班打卡时间",
  29. "headStyles" : "normalThNode",
  30. "contentStyles" : "normalTdNode",
  31. "item" : "onDutyTime",
  32. "name" : "onDutyTime",
  33. "width" : "15%"
  34. },
  35. {
  36. "title" : "下班打卡时间",
  37. "headStyles" : "normalThNode",
  38. "contentStyles" : "normalTdNode",
  39. "item" : "offDutyTime",
  40. "name" : "offDutyTime",
  41. "width" : "15%"
  42. },
  43. {
  44. "title": "错误描述",
  45. "headStyles": "normalThNode",
  46. "contentStyles": "normalTdNode",
  47. "item": "description",
  48. "name" : "description",
  49. "width" : "25%"
  50. } ,
  51. {
  52. "access" : "admin",
  53. "title" : "操作",
  54. "headStyles" : "normalThNode",
  55. "contentStyles" : "normalTdNode",
  56. "item" : "actions",
  57. "name" : "actions",
  58. "width" : "10%",
  59. "sub" : [{
  60. "title" : "删除文件",
  61. "action" : "remove",
  62. "styles" : "actionDeleteNode",
  63. "overStyles" : "actionDeleteNode_over",
  64. "downStyles" : "actionDeleteNode_down"
  65. }]
  66. }
  67. ]