From 0f83d1bee4728f73e21ff02c5eefee170ff5d3d2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com>
Date: Wed, 9 Jul 2025 10:52:24 +0800
Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=AD=90=E8=A1=A8=E5=8D=95?=
=?UTF-8?q?=E7=AB=96=E5=90=91=E6=A8=A1=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../components/form-input/address.vue | 79 +++-
.../components/form-input/form-input.vue | 83 ++--
.../modules/component-show/index.vue | 50 ++-
.../modules/subform-component-show/index.vue | 297 +++++++++++++
.../components/form-input/subform.vue | 391 +++++++++++++++++-
5 files changed, 819 insertions(+), 81 deletions(-)
create mode 100644 pages/form-input/components/form-input/modules/subform-component-show/index.vue
diff --git a/pages/form-input/components/form-input/address.vue b/pages/form-input/components/form-input/address.vue
index d9c3c5ae..2988eb59 100644
--- a/pages/form-input/components/form-input/address.vue
+++ b/pages/form-input/components/form-input/address.vue
@@ -1,26 +1,33 @@
-
-
- {{ province_name }}{{ city_name ? ' / ' + city_name : '' }}{{ county_name ? ' / ' + county_name : '' }}
- {{ placeholder }}
-
-
-
-
-
-
-
-
-
-
+
+
+
+ {{ province_name }}{{ city_name ? ' / ' + city_name : '' }}{{ county_name ? ' / ' + county_name : '' }}
+ {{ placeholder }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/form-input/components/form-input/subform.vue b/pages/form-input/components/form-input/subform.vue
index 4ee65c8a..6b5f7d89 100644
--- a/pages/form-input/components/form-input/subform.vue
+++ b/pages/form-input/components/form-input/subform.vue
@@ -9,25 +9,60 @@
-
-
-
+
+
{{ index + 1 }}
- 更多
- 删除
- 展开
+ 更多
+ 删除
+ {{ item.is_expand ? '收起' : '展开' }}
+
+
+
+
+
+ {{ data_conversion(briefing_item) == 'empty_conversion' ? '暂无内容' : data_conversion(briefing_item) }}|
+
+
+
+ 暂无数据
+
+
+
+
+
+
+
-
+
添加记录
@@ -35,12 +70,27 @@
+
+