yangys
2025-09-10 217bffa9704f2938391977605dcaae1a8baae86f
src/views/flow/donelist.vue
@@ -116,9 +116,9 @@
                    },
                    {
                        label: '过程卡号',
                        prop: 'empty',
                        prop: '',
                        render: ({ row }) => {
                            return h('p',{'class': 'margin0'}, row?.variables?.empty || '');
                            return h('p',{'class': 'margin0'}, row?.variables?.processCard || '');
                        }
                    },
                    {