yangys
2025-08-05 83ae35c21c93928eb9eed33b6a8f3630abeca555
增加流程标题
已修改3个文件
27 ■■■■■ 文件已修改
src/views/flow/todolist.vue 13 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/flowmgr/processQuery.vue 13 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/flowmgr/timeoutQuery.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/flow/todolist.vue
@@ -151,6 +151,19 @@
                            },
                        ],
                    },
                    {
                        label: '标题',
                        prop: '',
                        width: 100,
                        render: ({ row }) => {
                            return h('p',
                                {
                                    attrs: {},
                                    class: {},
                                    style: {},
                                }, row?.variables?.title)
                        }
                    },
                    {
                        label: '流程名称',
                        prop: 'processDefinitionName',
src/views/flowmgr/processQuery.vue
@@ -104,6 +104,19 @@
                        hide: true,
                    },
                    {
                        label: '标题',
                        prop: '',
                        width: 100,
                        render: ({ row }) => {
                            return h('p',
                                {
                                    attrs: {},
                                    class: {},
                                    style: {},
                                }, row?.variables?.title)
                        }
                    },
                    {
                        label: '流程名称',
                        prop: 'processDefinitionName',
                        width: 100,
src/views/flowmgr/timeoutQuery.vue
@@ -49,6 +49,7 @@
            endPlaceholder: '日期结束范围自定义',
            span: 6
          },
          {
            label: '执行人员',
            prop: 'assigneeName',