yangys
2025-08-13 c7da303a2d6c3d8502adffa293c425ef702b7723
src/views/flowmgr/processQuery.vue
@@ -194,6 +194,9 @@
                        label: '任务车间',
                        prop: 'workshop',
                        width: 80,
                        render: ({ row }) => {
                            return h('p',{'class': 'margin0'}, row?.variables?.workshop || '');
                        }
                    },
                    {
                        label: '过程卡号',