| | |
| | | headerAlign:'center', |
| | | align:'left', |
| | | sortable:true, |
| | | overHidden:true, |
| | | formatter: (val) => { |
| | | return val.variables.processName |
| | | } |
| | |
| | | label: '流程进度', |
| | | prop: 'processIsFinished', |
| | | slot: true, |
| | | width: 80, |
| | | width: 100, |
| | | }, { |
| | | label: '当前步骤', |
| | | prop: 'taskName', |
| | | width:150 |
| | | }, { |
| | | label: '发起时间', |
| | | sortable:true, |
| | | prop: 'createTime', |
| | | width:180, |
| | | prop: 'createTime' |
| | | },{ |
| | | label: '所属流程模板', |
| | | sortable:true, |
| | | prop: 'categoryName' |
| | | prop: 'categoryName', |
| | | width:200 |
| | | }, { |
| | | label: '流程描述', |
| | | prop: 'processDesc', |
| | | overHidden:true, |
| | | formatter: (val) => { |
| | | return val.variables.processDesc |
| | | } |