yangys
2025-08-05 83ae35c21c93928eb9eed33b6a8f3630abeca555
src/views/flowmgr/processQuery.vue
@@ -80,7 +80,7 @@
                        search: true,
                        searchType: 'select',
                        hide: true,
                        dicUrl: `/blade-mdm/dict/dictionary?code=flow`,
                        dicUrl: `/blade-mdm/system/dict/dictionary?code=flow`,
                        props: {
                            label: 'dictValue',
                            value: 'remark',
@@ -103,6 +103,24 @@
                        searchType: 'input',
                        hide: true,
                    },
               {
                        label: '标题',
                        prop: '',
                        width: 100,
                  render: ({ row }) => {
                            return h('p',
                                {
                                    attrs: {},
                                    class: {},
                                    style: {},
                                }, row?.variables?.title)
                        }
                    },
               {
                        label: '流程名称',
                        prop: 'processDefinitionName',
                        width: 100,
                    },
                    {
                        label: '机床',
                        prop: '',