yangys
2025-09-19 ce70bd97c7f2577f0978b39b9da1ccdd8d5b768f
src/views/flowmgr/processQuery2.vue
@@ -82,7 +82,7 @@
                // tree: true,
                border: true,
                index: true,
                selection: true,
                selection: false,
                menuWidth: 80,
                // menu: false,
                labelWidth: 90,
@@ -202,8 +202,16 @@
                    },
                    {
                        label: '过程卡号',
                        prop: 'empty',
                        prop: '',
                        width: 80,
                  render: ({ row }) => {
                            return h('p',
                                {
                                    attrs: {},
                                    class: {},
                                    style: {},
                                }, row?.variables?.processCard)
                        },
                    },
               {
                        label: '图号',
@@ -370,9 +378,9 @@
                    },
                    {
                        label: '过程卡号',
                        prop: 'empty',
                        prop: '',
                        render: ({ row }) => {
                            return h('p',{'class': 'margin0'}, row?.variables?.empty || '');
                            return h('p',{'class': 'margin0'}, row?.variables?.processCard || '');
                        }
                    },
                    {
@@ -432,7 +440,7 @@
                        }
                    },
                    {
                        label: '偏离单号',
                        label: '临时更改单号',
                        prop: '',
                        render: ({ row }) => {
                            return h('p',{'class': 'margin0'}, row?.variables?.deviation || '');