yangys
2025-08-05 83ae35c21c93928eb9eed33b6a8f3630abeca555
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',