diff --git a/src/views/group/index.vue b/src/views/group/index.vue
index 3c2a673..2530168 100644
--- a/src/views/group/index.vue
+++ b/src/views/group/index.vue
@@ -86,12 +86,6 @@ const { columns, columnChecks, data, getData, loading, mobilePagination, searchP
return {label};
}
},
- {
- key: 'version',
- title: $t('page.groupConfig.version'),
- align: 'center',
- minWidth: 60
- },
{
key: 'groupPartition',
title: $t('page.groupConfig.groupPartition'),
diff --git a/src/views/workflow/task/index.vue b/src/views/workflow/task/index.vue
index bafe833..31598e3 100644
--- a/src/views/workflow/task/index.vue
+++ b/src/views/workflow/task/index.vue
@@ -1,5 +1,5 @@