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',
|
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;
|
||||||
|
@ -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',
|
||||||
|
@ -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',
|
||||||
|
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user