| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- {
- "headerAlign": "center",
- "align": "center",
- "border": true,
- "index": true,
- "lazy": true,
- "tip": false,
- "searchShow": true,
- "searchMenuPosition": "right",
- "searchMenuSpan": 12,
- "searchLabelWidth": 120,
- "tree": true,
- "selection": false,
- "addBtn": false,
- "viewBtn": false,
- "editBtn": false,
- "delBtn": false,
- "menuWidth": 220,
- "column":[
- {
- "label": "流程分类",
- "prop": "category",
- "search": true,
- "row": true,
- "dicUrl": "/api/blade-system/dict/dictionary?code=flow",
- "props": {
- "label": "dictValue",
- "value": "dictKey"
- },
- "dataType":"number",
- "slot": true,
- "index": 1,
- "width":180
- },{
- "label": "流程标识",
- "prop": "key",
- "index": 2,
- "width":150
- },{
- "label": "流程名称",
- "prop": "name",
- "search": true,
- "index": 3,
- "width":150
- },{
- "label": "状态",
- "prop": "suspensionState",
- "index": 4,
- "width":150
- },{
- "label": "部署时间",
- "prop": "deploymentTime",
- "index": 5,
- "width":200
- }
- ]
- }
|