src/views/flowmgr/processQuery.vue
@@ -147,8 +147,16 @@ }, { label: '流程名称', prop: 'processDefinitionName', prop: '', width: 80, render: ({ row }) => { return h('p', { attrs: {}, class: {}, style: {}, }, row?.variables?.myProcessName) } }, { label: '工艺版次', @@ -194,6 +202,9 @@ label: '任务车间', prop: 'workshop', width: 80, render: ({ row }) => { return h('p',{'class': 'margin0'}, row?.variables?.workshop || ''); } }, { label: '过程卡号',