src/views/flowmgr/processQuery3.vue
@@ -90,7 +90,7 @@ // tree: true, border: true, index: true, selection: true, selection: false, menuWidth: 80, // menu: false, @@ -162,7 +162,7 @@ } }, { label: '工艺版次', label: '批次号', prop: 'variables.craftEdition', width: 80, render: ({ row }) => { @@ -342,7 +342,7 @@ } }, { label: '工艺版次', label: '批次号', prop: 'variables.craftEdition', render: ({ row }) => { return h('p',{'class': 'margin0'}, row?.variables?.craftEdition || '');