yangys
2025-08-16 f1b4ff31d9cb91fcda228a9781ddb8b3c792f8ba
src/views/flow/donelist.vue
@@ -68,8 +68,16 @@
                    },
                    {
                        label: '流程名称',
                        prop: 'processDefinitionName',
                        prop: '',
                        width: 100,
                  render: ({ row }) => {
                            return h('p',
                                {
                                    attrs: {},
                                    class: {},
                                    style: {},
                                }, row?.variables?.myProcessName)
                        }
                    },/*
                    {
                        label: '流程类型',