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