src/views/flowmgr/processQuery1.vue
@@ -160,7 +160,7 @@ } }, { label: '工艺版次', label: '批次号', prop: 'variables.craftEdition', width: 80, render: ({ row }) => { @@ -334,7 +334,7 @@ }, { label: '工艺版次', label: '批次号', prop: 'variables.craftEdition', render: ({ row }) => { return h('p',{'class': 'margin0'}, row?.variables?.craftEdition || '');