yangys
2025-08-16 f1b4ff31d9cb91fcda228a9781ddb8b3c792f8ba
src/views/flowmgr/processQuery.vue
@@ -147,8 +147,16 @@
                    },
               {
                        label: '流程名称',
                        prop: 'processDefinitionName',
                        prop: '',
                        width: 80,
                  render: ({ row }) => {
                            return h('p',
                                {
                                    attrs: {},
                                    class: {},
                                    style: {},
                                }, row?.variables?.myProcessName)
                        }
                    },
                    {
                        label: '工艺版次',
@@ -194,6 +202,9 @@
                        label: '任务车间',
                        prop: 'workshop',
                        width: 80,
                        render: ({ row }) => {
                            return h('p',{'class': 'margin0'}, row?.variables?.workshop || '');
                        }
                    },
                    {
                        label: '过程卡号',