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: '工艺版次', @@ -195,7 +203,7 @@ prop: 'workshop', width: 80, render: ({ row }) => { return h('span', {}, row?.variables?.workshop || ''); return h('p',{'class': 'margin0'}, row?.variables?.workshop || ''); } }, {