mainList.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "searchShow": true,
  3. "searchMenuSpan": 16,
  4. "border": true,
  5. "index": true,
  6. "viewBtn": false,
  7. "editBtn": false,
  8. "delBtn": false,
  9. "addBtn": false,
  10. "align": "center",
  11. "menuWidth": 180,
  12. "showSummary": true,
  13. "searchIcon": true,
  14. "searchIndex": 2,
  15. "searchLabelWidth": 120,
  16. "searchSpan": 8,
  17. "searchMenuPosition": "right",
  18. "column": [
  19. {
  20. "label": "活动名",
  21. "prop": "actName",
  22. "search": true,
  23. "index": 1,
  24. "width": 400,
  25. "overHidden": true
  26. },
  27. {
  28. "label": "审核条件",
  29. "prop": "reviewConditions",
  30. "type":"select",
  31. "index": 2,
  32. "width": 350,
  33. "dicData": [
  34. {
  35. "label": "正常审批",
  36. "value":"O"
  37. },
  38. {
  39. "label": "非正常审批",
  40. "value": "I"
  41. }
  42. ],
  43. "overHidden": true
  44. },
  45. {
  46. "label": "审核路径",
  47. "prop": "pathId",
  48. "type": "select",
  49. "index": 3,
  50. "slot": true,
  51. "dicUrl": "/api/blade-check/auditpaths/list",
  52. "props": {
  53. "label": "pathName",
  54. "value": "id"
  55. },
  56. "width": 700,
  57. "overHidden": true
  58. }
  59. ]
  60. }