src/views/flowmgr/processQuery2.vue
@@ -202,8 +202,16 @@ }, { label: '过程卡号', prop: 'empty', prop: '', width: 80, render: ({ row }) => { return h('p', { attrs: {}, class: {}, style: {}, }, row?.variables?.processCard) }, }, { label: '图号', @@ -370,9 +378,9 @@ }, { label: '过程卡号', prop: 'empty', prop: '', render: ({ row }) => { return h('p',{'class': 'margin0'}, row?.variables?.empty || ''); return h('p',{'class': 'margin0'}, row?.variables?.processCard || ''); } }, {