feat(sj_1.0.0): 优化序号显示

This commit is contained in:
opensnail 2024-06-11 21:53:16 +08:00
parent 2269456d01
commit 3d6dc83fba
2 changed files with 12 additions and 0 deletions

View File

@ -39,6 +39,12 @@ const { columns, columnChecks, data, getData, loading, mobilePagination, searchP
align: 'center',
width: 48
},
{
key: 'id',
title: $t('common.index'),
align: 'center',
width: 64
},
{
key: 'sceneName',
title: $t('page.retryScene.sceneName'),

View File

@ -45,6 +45,12 @@ const { columns, columnChecks, data, getData, loading, mobilePagination, searchP
align: 'center',
width: 48
},
{
key: 'id',
title: $t('common.index'),
align: 'center',
width: 64
},
{
key: 'uniqueId',
title: $t('page.retryTask.uniqueId'),