feat:【ele】bpm processInstance/index.vue 的迁移

pull/236/head
YunaiV 2025-10-21 13:11:08 +08:00
parent 3f58003341
commit f61e58db96
1 changed files with 0 additions and 4 deletions

View File

@ -86,15 +86,12 @@ export function useGridColumns(): VxeTableGridOptions['columns'] {
default: 'slot-summary', default: 'slot-summary',
}, },
}, },
{ {
field: 'categoryName', field: 'categoryName',
title: '流程分类', title: '流程分类',
minWidth: 120, minWidth: 120,
fixed: 'left', fixed: 'left',
}, },
// 流程状态
{ {
field: 'status', field: 'status',
title: '流程状态', title: '流程状态',
@ -103,7 +100,6 @@ export function useGridColumns(): VxeTableGridOptions['columns'] {
default: 'slot-status', default: 'slot-status',
}, },
}, },
{ {
field: 'startTime', field: 'startTime',
title: '发起时间', title: '发起时间',