yangys
2025-08-30 8ba602b2f08724c1b92ef1e90f89a6fa33861577
src/views/flowmgr/processQuery1.vue
@@ -149,7 +149,7 @@
               {
                        label: '流程名称',
                        prop: '',
                        width: 80,
                        width: 85,
                  render: ({ row }) => {
                            return h('p',
                                {
@@ -162,7 +162,7 @@
                    {
                        label: '批次号',
                        prop: 'variables.craftEdition',
                        width: 80,
                        width: 70,
                        render: ({ row }) => {
                            return h('span', {}, row?.variables?.craftEdition || '');
                        }
@@ -336,6 +336,7 @@
                    {
                        label: '批次号',
                        prop: 'variables.craftEdition',
                        render: ({ row }) => {
                            return h('p',{'class': 'margin0'}, row?.variables?.craftEdition || '');
                        }