From 7296969ffd285b96d77370d2f968b068bdec87cc Mon Sep 17 00:00:00 2001 From: BoBoooooo <17746714@qq.com> Date: Mon, 7 Jun 2021 19:54:04 +0800 Subject: [PATCH] =?UTF-8?q?fix(ProForm):=20=E4=BF=AE=E5=A4=8D=E8=87=AA?= =?UTF-8?q?=E5=AE=9A=E4=B9=89=E6=8F=92=E6=A7=BD=E7=BB=84=E4=BB=B6=E5=A4=B1?= =?UTF-8?q?=E6=95=88bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/component/pro-form/src/ProForm.vue | 6 +++++- src/component/pro-form/src/ProFormItem.vue | 5 ----- src/component/pro-form/src/ProLayout.vue | 15 +++++++++++++++ .../pro-form/src/components/Tabs/index.vue | 6 +++++- 4 files changed, 25 insertions(+), 7 deletions(-) diff --git a/src/component/pro-form/src/ProForm.vue b/src/component/pro-form/src/ProForm.vue index f70e8ab..e737232 100644 --- a/src/component/pro-form/src/ProForm.vue +++ b/src/component/pro-form/src/ProForm.vue @@ -24,7 +24,11 @@ > diff --git a/src/component/pro-form/src/ProFormItem.vue b/src/component/pro-form/src/ProFormItem.vue index 450ff52..2cecad8 100644 --- a/src/component/pro-form/src/ProFormItem.vue +++ b/src/component/pro-form/src/ProFormItem.vue @@ -19,11 +19,6 @@ - @@ -82,6 +87,8 @@ :remote="remote" :formTableConfig="formTableConfig" :key="citem.key" + > + + @@ -114,6 +124,8 @@ @btnOnClick="btnOnClick" v-on="$listeners" :formTableConfig="formTableConfig" + > + @@ -131,6 +143,9 @@ v-on="$listeners" :formTableConfig="formTableConfig" > + diff --git a/src/component/pro-form/src/components/Tabs/index.vue b/src/component/pro-form/src/components/Tabs/index.vue index 4051c12..f7dadbf 100644 --- a/src/component/pro-form/src/components/Tabs/index.vue +++ b/src/component/pro-form/src/components/Tabs/index.vue @@ -9,7 +9,11 @@