feat(sj_1.0.0): 修复工作流id显示问题
This commit is contained in:
parent
44b22ea875
commit
7710c3cac3
@ -28,13 +28,8 @@ const { columns, columnChecks, data, getData, loading, mobilePagination, searchP
|
|||||||
taskBatchStatus: null
|
taskBatchStatus: null
|
||||||
},
|
},
|
||||||
columns: () => [
|
columns: () => [
|
||||||
// {
|
|
||||||
// type: 'selection',
|
|
||||||
// align: 'center',
|
|
||||||
// width: 48
|
|
||||||
// },
|
|
||||||
{
|
{
|
||||||
key: 'index',
|
key: 'id',
|
||||||
title: $t('common.index'),
|
title: $t('common.index'),
|
||||||
align: 'center',
|
align: 'center',
|
||||||
width: 120
|
width: 120
|
||||||
|
@ -38,7 +38,7 @@ const { columns, columnChecks, data, getData, loading, mobilePagination, searchP
|
|||||||
// width: 48
|
// width: 48
|
||||||
// },
|
// },
|
||||||
{
|
{
|
||||||
key: 'index',
|
key: 'id',
|
||||||
title: $t('common.index'),
|
title: $t('common.index'),
|
||||||
align: 'center',
|
align: 'center',
|
||||||
width: 120
|
width: 120
|
||||||
|
Loading…
Reference in New Issue
Block a user