src/views/flowmgr/processQuery.vue
@@ -104,6 +104,19 @@ hide: true, }, { label: '标题', prop: '', width: 100, render: ({ row }) => { return h('p', { attrs: {}, class: {}, style: {}, }, row?.variables?.title) } }, { label: '流程名称', prop: 'processDefinitionName', width: 100,