From 7a4104ec8715b56cf2ccb616250bc82c988d8b23 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com>
Date: Thu, 10 Jul 2025 14:58:01 +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=BA=B5=E5=90=91=E6=98=BE=E7=A4=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../modules/subform-component-show/index.vue | 26 +++++++++++--------
.../components/form-input/subform.vue | 11 +++++++-
2 files changed, 25 insertions(+), 12 deletions(-)
diff --git a/pages/form-input/components/form-input/modules/subform-component-show/index.vue b/pages/form-input/components/form-input/modules/subform-component-show/index.vue
index cb14efda..cd7c60ae 100644
--- a/pages/form-input/components/form-input/modules/subform-component-show/index.vue
+++ b/pages/form-input/components/form-input/modules/subform-component-show/index.vue
@@ -1,8 +1,8 @@
-
-
+
+
-
+
{{ item.com_data.title }}*
@@ -71,12 +71,12 @@
-
-
+
+
-
-
+
+
@@ -200,14 +200,18 @@ export default {
type: String,
default: '',
},
- propIsCustom: {
- type: Boolean,
- default: false,
- },
propIndex: {
type: Number,
default: 0,
},
+ propIsTable: {
+ type: Boolean,
+ default: false,
+ },
+ propIsTableTitle: {
+ type: Boolean,
+ default: false,
+ },
},
data() {
return {
diff --git a/pages/form-input/components/form-input/subform.vue b/pages/form-input/components/form-input/subform.vue
index a206d7d4..313e0596 100644
--- a/pages/form-input/components/form-input/subform.vue
+++ b/pages/form-input/components/form-input/subform.vue
@@ -90,7 +90,7 @@