startDialog.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "headerAlign": "center",
  3. "align": "center",
  4. "border": true,
  5. "index": true,
  6. "lazy": true,
  7. "tip": false,
  8. "searchShow": true,
  9. "searchMenuPosition": "right",
  10. "searchMenuSpan": 12,
  11. "searchLabelWidth": 120,
  12. "tree": true,
  13. "selection": false,
  14. "addBtn": false,
  15. "viewBtn": false,
  16. "editBtn": false,
  17. "delBtn": false,
  18. "menuWidth": 220,
  19. "column":[
  20. {
  21. "label": "流程分类",
  22. "prop": "category",
  23. "search": true,
  24. "row": true,
  25. "dicUrl": "/api/blade-system/dict/dictionary?code=flow",
  26. "props": {
  27. "label": "dictValue",
  28. "value": "dictKey"
  29. },
  30. "dataType":"number",
  31. "slot": true,
  32. "index": 1,
  33. "width":180
  34. },{
  35. "label": "流程标识",
  36. "prop": "key",
  37. "index": 2,
  38. "width":150
  39. },{
  40. "label": "流程名称",
  41. "prop": "name",
  42. "search": true,
  43. "index": 3,
  44. "width":150
  45. },{
  46. "label": "状态",
  47. "prop": "suspensionState",
  48. "index": 4,
  49. "width":150
  50. },{
  51. "label": "部署时间",
  52. "prop": "deploymentTime",
  53. "index": 5,
  54. "width":200
  55. }
  56. ]
  57. }