From 0a0d70aab590aeb20e5e70acf863611af5b52f31 Mon Sep 17 00:00:00 2001 From: "Lyj@210615" <18050528999@163.com> Date: Fri, 2 Dec 2022 17:41:24 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A8=E5=8D=95index=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../FormComponents/CustomForm/index.vue | 16 +++++----------- src/views/followupentry/index.vue | 9 +++++++++ src/views/screening/components/ConfigForms.vue | 6 +----- 3 files changed, 15 insertions(+), 16 deletions(-) diff --git a/src/components/FormComponents/CustomForm/index.vue b/src/components/FormComponents/CustomForm/index.vue index 7e7a92f..89c492f 100644 --- a/src/components/FormComponents/CustomForm/index.vue +++ b/src/components/FormComponents/CustomForm/index.vue @@ -49,9 +49,7 @@ > {{ g.label }} - {{ - errorText - }} + {{errorText}} - {{ options.submitText || "提交" }} - + >{{ options.submitText || "提交" }} {{ options.emptyText || "清空" }} + >{{ options.emptyText || "清空" }} @@ -97,8 +92,7 @@ icon="el-icon-caret-right" size="large" @click="nextTab" - >{{ options.nextTabText || "下一页" }} + >{{ options.nextTabText || "下一页" }} @@ -350,7 +344,7 @@ export default { } .el-collapse-item__header { background: #fafafa; - text-indent: 20px; + padding-left: 20px; border: 1px solid #e5e5e5; border-bottom-color: #ccc; border-top: 0px; diff --git a/src/views/followupentry/index.vue b/src/views/followupentry/index.vue index c1ee114..5009a25 100644 --- a/src/views/followupentry/index.vue +++ b/src/views/followupentry/index.vue @@ -13,6 +13,15 @@ export default { data() { return {} }, + // provide() { + // if(formClass && this.activeName=='index0'){ + // const showIndex = true + // return { + // showIndex, + // } + // } + + // }, created() {}, methods: {}, } diff --git a/src/views/screening/components/ConfigForms.vue b/src/views/screening/components/ConfigForms.vue index c674f2c..f032256 100644 --- a/src/views/screening/components/ConfigForms.vue +++ b/src/views/screening/components/ConfigForms.vue @@ -1,11 +1,7 @@ - - {{ - formType == 1 ? "临时保存" : "返回" - }} - + {{formType == 1 ? "临时保存" : "返回"}}