| | |
| | | hide: true, |
| | | }, |
| | | { |
| | | label: '流程名称', |
| | | prop: 'processDefinitionName', |
| | | width: 80, |
| | | }, |
| | | { |
| | | label: '标题', |
| | | prop: '', |
| | | width: 100, |
| | | width: 150, |
| | | render: ({ row }) => { |
| | | return h('p', |
| | | { |
| | |
| | | } |
| | | }, |
| | | { |
| | | label: '流程名称', |
| | | prop: 'processDefinitionName', |
| | | label: '图号', |
| | | prop: '', |
| | | width: 100, |
| | | render: ({ row }) => { |
| | | return h('p', |
| | | { |
| | | attrs: {}, |
| | | class: {}, |
| | | style: {}, |
| | | }, row?.variables?.drawingNo) |
| | | } |
| | | }, |
| | | { |
| | | label: '产品型号', |
| | | prop: '', |
| | | width: 100, |
| | | render: ({ row }) => { |
| | | return h('p', |
| | | { |
| | | attrs: {}, |
| | | class: {}, |
| | | style: {}, |
| | | }, row?.variables?.productModel) |
| | | } |
| | | }, |
| | | |
| | | { |
| | | label: '机床', |
| | | prop: '', |
| | |
| | | { |
| | | label: '创建人', |
| | | prop: 'startUserName', |
| | | }, |
| | | width: 80, |
| | | },/* |
| | | { |
| | | label: '工序名称', |
| | | prop: '', |
| | |
| | | style: {}, |
| | | }, row?.variables?.processName) |
| | | } |
| | | }, |
| | | },*/ |
| | | { |
| | | label: '创建时间', |
| | | prop: 'processCreateTime', |
| | |
| | | { |
| | | label: '当前节点', |
| | | prop: 'taskName', |
| | | width: 90 |
| | | }, |
| | | ], |
| | | |