fix: 序号列宽度120

This commit is contained in:
dhb52 2024-05-22 00:11:44 +08:00
parent bc5cda07ca
commit 9996e16e16
4 changed files with 4 additions and 4 deletions

View File

@ -34,7 +34,7 @@ const { columnChecks, columns, data, getData, loading, mobilePagination, searchP
key: 'id', key: 'id',
title: $t('common.index'), title: $t('common.index'),
align: 'center', align: 'center',
width: 64, width: 120,
render: row => { render: row => {
function showDetailDrawer() { function showDetailDrawer() {
detailData.value = row; detailData.value = row;

View File

@ -37,7 +37,7 @@ const { columnChecks, columns, data, getData, loading, mobilePagination, searchP
key: 'index', key: 'index',
title: $t('common.index'), title: $t('common.index'),
align: 'center', align: 'center',
width: 40 width: 120
}, },
{ {
key: 'jobName', key: 'jobName',

View File

@ -37,7 +37,7 @@ const { columns, columnChecks, data, getData, loading, mobilePagination, searchP
key: 'index', key: 'index',
title: $t('common.index'), title: $t('common.index'),
align: 'center', align: 'center',
width: 64 width: 120
}, },
{ {
key: 'workflowName', key: 'workflowName',

View File

@ -41,7 +41,7 @@ const { columns, columnChecks, data, getData, loading, mobilePagination, searchP
key: 'index', key: 'index',
title: $t('common.index'), title: $t('common.index'),
align: 'center', align: 'center',
width: 64 width: 120
}, },
{ {
key: 'workflowName', key: 'workflowName',