From d6d4f6a377edbeebba34b2ba65f5bc1eca47d144 Mon Sep 17 00:00:00 2001 From: herenshan112 Date: Wed, 24 Sep 2025 10:35:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E5=88=97=E8=A1=A8=E5=AD=97?= =?UTF-8?q?=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../appPageForm/contentPresentation.vue | 57 +++++++++++++++++++ .../appPage/appPageForm/pageList.vue | 2 +- .../lowcodepage/appPage/createAppFormPage.vue | 9 ++- 3 files changed, 66 insertions(+), 2 deletions(-) create mode 100644 src/views/sysworkflow/lowcodepage/appPage/appPageForm/contentPresentation.vue diff --git a/src/views/sysworkflow/lowcodepage/appPage/appPageForm/contentPresentation.vue b/src/views/sysworkflow/lowcodepage/appPage/appPageForm/contentPresentation.vue new file mode 100644 index 0000000..8afb099 --- /dev/null +++ b/src/views/sysworkflow/lowcodepage/appPage/appPageForm/contentPresentation.vue @@ -0,0 +1,57 @@ + + + + diff --git a/src/views/sysworkflow/lowcodepage/appPage/appPageForm/pageList.vue b/src/views/sysworkflow/lowcodepage/appPage/appPageForm/pageList.vue index 40e22d5..7cd1a5f 100644 --- a/src/views/sysworkflow/lowcodepage/appPage/appPageForm/pageList.vue +++ b/src/views/sysworkflow/lowcodepage/appPage/appPageForm/pageList.vue @@ -877,7 +877,7 @@ const clearData = () => { tableAttrBut.value!.clearSelection(); state.searchData = []; // state.tableData.controlBtn = [] - // state.tableData.columns = [] + state.tableData.columns = [] state.tableData.operateBtn = []; state.tableData.config = {}; if (formTableField.masterTable) { diff --git a/src/views/sysworkflow/lowcodepage/appPage/createAppFormPage.vue b/src/views/sysworkflow/lowcodepage/appPage/createAppFormPage.vue index d237f3c..ba2e78d 100644 --- a/src/views/sysworkflow/lowcodepage/appPage/createAppFormPage.vue +++ b/src/views/sysworkflow/lowcodepage/appPage/createAppFormPage.vue @@ -15,6 +15,7 @@ import PageList from "@/views/sysworkflow/lowcodepage/appPage/appPageForm/pageLi import PrintSetupPage from "@/views/sysworkflow/lowcodepage/appPage/appPageForm/printSetupPage.vue"; import AiPage from "@/views/sysworkflow/lowcodepage/appPage/appPageForm/aiPage.vue"; import DataBpard from "@/views/sysworkflow/lowcodepage/appPage/appPageForm/dataBoard.vue"; +import ContentPresentation from "@/views/sysworkflow/lowcodepage/appPage/appPageForm/contentPresentation.vue"; const props = defineProps({ appCont: { @@ -226,6 +227,7 @@ onBeforeMount(() => { +
@@ -287,6 +289,9 @@ onBeforeMount(() => { v-model:app-page-key="appPageKey" v-model:form-version="formVersion" /> +
@@ -318,7 +323,9 @@ onBeforeMount(() => { ::v-deep .el-tabs__nav-scroll { margin: 0 auto !important; } - + :deep .el-tabs__item{ + padding: 0 5px; + } ::v-deep .el-drawer__body { padding: 0; }