feat(sj_1.0.0): 优化序号显示
This commit is contained in:
parent
2269456d01
commit
3d6dc83fba
@ -39,6 +39,12 @@ const { columns, columnChecks, data, getData, loading, mobilePagination, searchP
|
|||||||
align: 'center',
|
align: 'center',
|
||||||
width: 48
|
width: 48
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 'id',
|
||||||
|
title: $t('common.index'),
|
||||||
|
align: 'center',
|
||||||
|
width: 64
|
||||||
|
},
|
||||||
{
|
{
|
||||||
key: 'sceneName',
|
key: 'sceneName',
|
||||||
title: $t('page.retryScene.sceneName'),
|
title: $t('page.retryScene.sceneName'),
|
||||||
|
@ -45,6 +45,12 @@ const { columns, columnChecks, data, getData, loading, mobilePagination, searchP
|
|||||||
align: 'center',
|
align: 'center',
|
||||||
width: 48
|
width: 48
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 'id',
|
||||||
|
title: $t('common.index'),
|
||||||
|
align: 'center',
|
||||||
|
width: 64
|
||||||
|
},
|
||||||
{
|
{
|
||||||
key: 'uniqueId',
|
key: 'uniqueId',
|
||||||
title: $t('page.retryTask.uniqueId'),
|
title: $t('page.retryTask.uniqueId'),
|
||||||
|
Loading…
Reference in New Issue
Block a user