Merge remote-tracking branch 'origin/dev_1.0.0_beta2' into dev_1.0.0_beta2

This commit is contained in:
xlsea 2024-05-23 15:52:23 +08:00
commit 4ca7e5f4a1
2 changed files with 2 additions and 7 deletions

View File

@ -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

View File

@ -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