fix: 序号列宽度120
This commit is contained in:
parent
bc5cda07ca
commit
9996e16e16
@ -34,7 +34,7 @@ const { columnChecks, columns, data, getData, loading, mobilePagination, searchP
|
||||
key: 'id',
|
||||
title: $t('common.index'),
|
||||
align: 'center',
|
||||
width: 64,
|
||||
width: 120,
|
||||
render: row => {
|
||||
function showDetailDrawer() {
|
||||
detailData.value = row;
|
||||
|
@ -37,7 +37,7 @@ const { columnChecks, columns, data, getData, loading, mobilePagination, searchP
|
||||
key: 'index',
|
||||
title: $t('common.index'),
|
||||
align: 'center',
|
||||
width: 40
|
||||
width: 120
|
||||
},
|
||||
{
|
||||
key: 'jobName',
|
||||
|
@ -37,7 +37,7 @@ const { columns, columnChecks, data, getData, loading, mobilePagination, searchP
|
||||
key: 'index',
|
||||
title: $t('common.index'),
|
||||
align: 'center',
|
||||
width: 64
|
||||
width: 120
|
||||
},
|
||||
{
|
||||
key: 'workflowName',
|
||||
|
@ -41,7 +41,7 @@ const { columns, columnChecks, data, getData, loading, mobilePagination, searchP
|
||||
key: 'index',
|
||||
title: $t('common.index'),
|
||||
align: 'center',
|
||||
width: 64
|
||||
width: 120
|
||||
},
|
||||
{
|
||||
key: 'workflowName',
|
||||
|
Loading…
Reference in New Issue
Block a user