From 662172b673b3e9a826861623383eb3562d76887d Mon Sep 17 00:00:00 2001
From: opensnail <598092184@qq.com>
Date: Wed, 8 May 2024 18:17:23 +0800
Subject: [PATCH] =?UTF-8?q?feat(sj=5F1.0.0):=20=E5=8E=BB=E9=99=A4=E7=BB=84?=
=?UTF-8?q?=E7=9A=84=E7=89=88=E6=9C=AC=E5=8F=B7=E6=98=BE=E7=A4=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/group/index.vue | 6 ------
src/views/workflow/task/index.vue | 35 ++++++++++++++++++++++---------
2 files changed, 25 insertions(+), 16 deletions(-)
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 @@