From 7928f37f6cb48b0a004167982d0492c857149e5d Mon Sep 17 00:00:00 2001 From: liwenxuan <1298531568@qq.com> Date: Tue, 16 Jul 2024 09:10:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E8=81=94=E8=A1=A8=E5=8D=95App?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/DesignForm/tableButton.ts | 1 + src/components/DesignForm/app/index.vue | 87 ++++++++++++++++++- .../DesignForm/tableListPage/index.vue | 85 +++++++++++++++++- .../sysworkflow/lowcodepage/appFormList.vue | 4 +- .../appPage/appPageForm/openAppFormPage.vue | 10 ++- .../lowcodepage/runApp/runAppForm.vue | 12 ++- 6 files changed, 187 insertions(+), 12 deletions(-) diff --git a/src/api/DesignForm/tableButton.ts b/src/api/DesignForm/tableButton.ts index c88af5050..7fb9524c8 100644 --- a/src/api/DesignForm/tableButton.ts +++ b/src/api/DesignForm/tableButton.ts @@ -1,4 +1,5 @@ export interface tableButton { + control: any; id?: string; name?: string; field?: string; diff --git a/src/components/DesignForm/app/index.vue b/src/components/DesignForm/app/index.vue index e4a9c8aee..e63305bc1 100644 --- a/src/components/DesignForm/app/index.vue +++ b/src/components/DesignForm/app/index.vue @@ -1,7 +1,7 @@