yangys
2025-08-29 115c17ec5632d23d399c4405d74a555b3403ff7e
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 || '');