From eeff8ef4f4614f53ef65d720cceafaceac45ae95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BB=95=E5=B5=A9?= <17854119262@163.com> Date: Tue, 25 Jun 2024 17:08:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=91=E7=8A=B6=E7=BB=93=E6=9E=84=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E6=95=B0=E6=8D=AE=E5=AF=BC=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../VFormDesign/components/FormOptions.vue | 167 +++++++++++++++--- .../VFormDesign/config/formItemPropsScript.ts | 39 ++++ 2 files changed, 177 insertions(+), 29 deletions(-) diff --git a/src/views/demo/form-design/components/VFormDesign/components/FormOptions.vue b/src/views/demo/form-design/components/VFormDesign/components/FormOptions.vue index f77bb0a5..d566ff50 100644 --- a/src/views/demo/form-design/components/VFormDesign/components/FormOptions.vue +++ b/src/views/demo/form-design/components/VFormDesign/components/FormOptions.vue @@ -33,9 +33,11 @@ @input="updateLabelOrValue('value', label, value, $event.target.value)" class="options-value" /> - - - + + + + + @@ -46,6 +48,10 @@ 添加父级选项 + + + 导入数据 +
@@ -92,30 +98,64 @@
+ +

导入格式如下:

+
+ +
+ +