fix(sj_1.1.0): 列表序号 index => id
This commit is contained in:
parent
3e1e147979
commit
da6edc271b
@ -37,7 +37,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: 64
|
width: 64
|
||||||
|
@ -41,7 +41,7 @@ const { columnChecks, columns, 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: 48
|
width: 48
|
||||||
|
@ -18,7 +18,7 @@ const { columns, columnChecks, data, getData, loading, mobilePagination, searchP
|
|||||||
},
|
},
|
||||||
columns: () => [
|
columns: () => [
|
||||||
// {
|
// {
|
||||||
// key: 'index',
|
// key: 'id',
|
||||||
// title: $t('common.index'),
|
// title: $t('common.index'),
|
||||||
// align: 'center',
|
// align: 'center',
|
||||||
// width: 64
|
// width: 64
|
||||||
|
@ -39,7 +39,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: 64
|
width: 64
|
||||||
|
@ -40,7 +40,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: 64
|
width: 64
|
||||||
|
@ -41,7 +41,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: 64
|
width: 64
|
||||||
|
@ -44,7 +44,7 @@ const { columns, columnChecks, data, getData, loading, mobilePagination, searchP
|
|||||||
disabled: row => row.retryStatus !== 1
|
disabled: row => row.retryStatus !== 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 'index',
|
key: 'id',
|
||||||
title: $t('common.index'),
|
title: $t('common.index'),
|
||||||
align: 'center',
|
align: 'center',
|
||||||
width: 64
|
width: 64
|
||||||
|
Loading…
Reference in New Issue
Block a user