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 @@