| | |
| | | labelWidth: 100, |
| | | span: 8, |
| | | column: [ |
| | | { |
| | | label: '流程类型', |
| | | prop: 'processDefinitionKey', |
| | | { |
| | | label: '流程名称', |
| | | prop: '', |
| | | render: ({ row }) => { |
| | | return h('p',{'class': 'margin0'}, row?.processDefinitionKey) |
| | | }, |
| | | return h('p',{'class': 'margin0'}, row?.variables?.myProcessName) |
| | | } |
| | | }, |
| | | { |
| | | label: '创建时间', |
| | |
| | | return h('p',{'class': 'margin0'}, row?.variables?.title) |
| | | } |
| | | }, |
| | | { |
| | | label: '流程名称', |
| | | prop: 'processDefinitionName', |
| | | render: ({ row }) => { |
| | | return h('p',{'class': 'margin0'}, row?.processDefinitionName) |
| | | } |
| | | }, |
| | | |
| | | { |
| | | label: '批次号', |
| | | prop: 'variables.craftEdition', |
| | |
| | | return h('p',{'class': 'margin0'}, row?.variables?.programPackageName || ''); |
| | | } |
| | | }, |
| | | { |
| | | label: '临时更改单号', |
| | | prop: '', |
| | | render: ({ row }) => { |
| | | return h('p',{'class': 'margin0'}, row?.variables?.deviation || ''); |
| | | } |
| | | }, |
| | | ], |
| | | }, |
| | | viewRow: {}, |