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
|
||||
},
|
||||
columns: () => [
|
||||
// {
|
||||
// type: 'selection',
|
||||
// align: 'center',
|
||||
// width: 48
|
||||
// },
|
||||
{
|
||||
key: 'index',
|
||||
key: 'id',
|
||||
title: $t('common.index'),
|
||||
align: 'center',
|
||||
width: 120
|
||||
|
@ -38,7 +38,7 @@ const { columns, columnChecks, data, getData, loading, mobilePagination, searchP
|
||||
// width: 48
|
||||
// },
|
||||
{
|
||||
key: 'index',
|
||||
key: 'id',
|
||||
title: $t('common.index'),
|
||||
align: 'center',
|
||||
width: 120
|
||||
|
Loading…
Reference in New Issue
Block a user