| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- {
- "headerAlign": "center",
- "align": "center",
- "border": true,
- "index": true,
- "lazy": true,
- "tip": false,
- "searchShow": true,
- "searchMenuPosition": "right",
- "searchMenuSpan": 6,
- "tree": true,
- "selection": true,
- "addBtn": false,
- "viewBtn": false,
- "editBtn": false,
- "delBtn": false,
- "menuWidth": 150,
- "column":[
- {
- "label": "租户编号",
- "prop": "tenantId",
- "search": true,
- "index": 1,
- "width":150
- },{
- "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": 2,
- "width":120
- },{
- "label": "流程标识",
- "prop": "key",
- "index": 4,
- "width":120
- },{
- "label": "流程名称",
- "prop": "name",
- "search": true,
- "index": 5,
- "width":140
- },{
- "label": "状态",
- "prop": "suspensionState",
- "index": 6,
- "width":120
- },{
- "label": "部署时间",
- "prop": "deploymentTime",
- "index": 7,
- "width":150
- }
- ]
- }
|