src/views/flowmgr/processQuery3.vue
@@ -90,7 +90,7 @@ // tree: true, border: true, index: true, selection: true, selection: false, menuWidth: 80, // menu: false, @@ -211,8 +211,11 @@ }, { label: '过程卡号', prop: 'empty', prop: '', width: 80, render: ({ row }) => { return h('p',{'class': 'margin0'}, row?.variables?.processCard || ''); } }, { label: '图号', @@ -385,9 +388,9 @@ }, { label: '过程卡号', prop: 'empty', prop: '', render: ({ row }) => { return h('p',{'class': 'margin0'}, row?.variables?.empty || ''); return h('p',{'class': 'margin0'}, row?.variables?.processCard || ''); } }, {