From 8ca6b3fbe4a305ba3c74b48090e05096a63fef35 Mon Sep 17 00:00:00 2001 From: roymondchen Date: Fri, 16 Jun 2023 17:51:59 +0800 Subject: [PATCH] =?UTF-8?q?fix(form):=20group-list=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E5=B1=95=E5=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/form/src/containers/GroupList.vue | 2 +- packages/form/src/containers/GroupListItem.vue | 8 ++------ packages/form/src/containers/Table.vue | 2 +- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/packages/form/src/containers/GroupList.vue b/packages/form/src/containers/GroupList.vue index 6c3eaca7..b40cf014 100644 --- a/packages/form/src/containers/GroupList.vue +++ b/packages/form/src/containers/GroupList.vue @@ -25,7 +25,7 @@ @addDiffCount="onAddDiffCount()" > - 添加组 + 新增 切换为表格 diff --git a/packages/form/src/containers/GroupListItem.vue b/packages/form/src/containers/GroupListItem.vue index 58a85602..dd274bbe 100644 --- a/packages/form/src/containers/GroupListItem.vue +++ b/packages/form/src/containers/GroupListItem.vue @@ -43,7 +43,7 @@