| src/views/flow/todolist.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| src/views/flowmgr/processQuery.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| src/views/flowmgr/timeoutQuery.vue | ●●●●● 补丁 | 查看 | 原始文档 | 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',