1
lzhe
2025-08-16 3e363bb47049cc4f4f14af56e7afd6613096ec8f
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: '工艺版次',
@@ -195,7 +203,7 @@
                        prop: 'workshop',
                        width: 80,
                        render: ({ row }) => {
                            return h('span', {}, row?.variables?.workshop || '');
                            return h('p',{'class': 'margin0'}, row?.variables?.workshop || '');
                        }
                    },
                    {