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