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 || ''); } }, {