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