yangys
2025-09-05 3ded1213a0b156fb04f2ffff47e2dc32104e8bb9
src/views/flowmgr/processQuery3.vue
@@ -85,13 +85,14 @@
                // simplePage: true,
                searchShow: true,
                searchMenuSpan: 7,
                searchEnter:true,
                dialogWidth: '70%',
                // tree: true,
                border: true,
                index: true,
                selection: true,
                selection: false,
                menuWidth: 200,
                menuWidth: 80,
                // menu: false,
                labelWidth: 90,
                menuSpan: 6,
@@ -161,7 +162,7 @@
                        }
                    },
                    {
                        label: '工艺版次',
                        label: '批次号',
                        prop: 'variables.craftEdition',
                        width: 80,
                        render: ({ row }) => {
@@ -341,7 +342,7 @@
                        }
                    },
                    {
                        label: '工艺版次',
                        label: '批次号',
                        prop: 'variables.craftEdition',
                        render: ({ row }) => {
                            return h('p',{'class': 'margin0'}, row?.variables?.craftEdition || '');