From 93b539cfcf48b3d20f85008098eb8a0f0a03c7e9 Mon Sep 17 00:00:00 2001 From: miaojiale <1123971748@qq.com> Date: Thu, 1 Dec 2022 17:49:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E8=A1=A8=E6=A0=BC=E5=9F=BA?= =?UTF-8?q?=E6=9C=AC=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../FormComponents/CustomForm/FormContent.vue | 50 ++++---- .../CustomForm/FormItemSelf.vue | 113 +++++++++++------- .../FormComponents/CustomForm/index.vue | 32 +++-- src/views/screening/ScreeningAdd.vue | 9 +- src/views/screening/components/FormTab.vue | 1 + 5 files changed, 130 insertions(+), 75 deletions(-) diff --git a/src/components/FormComponents/CustomForm/FormContent.vue b/src/components/FormComponents/CustomForm/FormContent.vue index a3504a0..e6ed46d 100644 --- a/src/components/FormComponents/CustomForm/FormContent.vue +++ b/src/components/FormComponents/CustomForm/FormContent.vue @@ -1,19 +1,13 @@