| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- {
- "searchShow": true,
- "searchMenuSpan": 16,
- "border": true,
- "index": true,
- "viewBtn": false,
- "editBtn": false,
- "delBtn": false,
- "addBtn": false,
- "align": "center",
- "menuWidth": 180,
- "showSummary": true,
- "searchIcon": true,
- "searchIndex": 2,
- "searchLabelWidth": 120,
- "searchSpan": 8,
- "searchMenuPosition": "right",
- "column": [
- {
- "label": "活动名",
- "prop": "actName",
- "search": true,
- "index": 1,
- "width": 400,
- "overHidden": true
- },
- {
- "label": "审核条件",
- "prop": "reviewConditions",
- "type":"select",
- "index": 2,
- "width": 350,
- "dicData": [
- {
- "label": "正常审批",
- "value":"O"
- },
- {
- "label": "非正常审批",
- "value": "I"
- }
- ],
- "overHidden": true
- },
- {
- "label": "审核路径",
- "prop": "pathId",
- "type": "select",
- "index": 3,
- "slot": true,
- "dicUrl": "/api/blade-check/auditpaths/list",
- "props": {
- "label": "pathName",
- "value": "id"
- },
- "width": 700,
- "overHidden": true
- }
- ]
- }
|