feat:【ele】bpm processInstance/index.vue 的迁移
This commit is contained in:
@@ -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: '发起时间',
|
||||||
|
|||||||
Reference in New Issue
Block a user