diff --git a/src/views/job/batch/index.vue b/src/views/job/batch/index.vue index f437dbc..dd5971e 100644 --- a/src/views/job/batch/index.vue +++ b/src/views/job/batch/index.vue @@ -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; diff --git a/src/views/job/task/index.vue b/src/views/job/task/index.vue index a9b78a4..345da1e 100644 --- a/src/views/job/task/index.vue +++ b/src/views/job/task/index.vue @@ -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', diff --git a/src/views/workflow/batch/index.vue b/src/views/workflow/batch/index.vue index 97521ec..9d512e2 100644 --- a/src/views/workflow/batch/index.vue +++ b/src/views/workflow/batch/index.vue @@ -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', diff --git a/src/views/workflow/task/index.vue b/src/views/workflow/task/index.vue index 807aa1b..1b63625 100644 --- a/src/views/workflow/task/index.vue +++ b/src/views/workflow/task/index.vue @@ -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',