diff --git a/src/components/PageModal/Form.vue b/src/components/PageModal/Form.vue
index d24d734e..50623ed4 100644
--- a/src/components/PageModal/Form.vue
+++ b/src/components/PageModal/Form.vue
@@ -26,15 +26,7 @@
-
-
-
-
-
-
+
@@ -72,6 +64,10 @@
+
+
+ {{ formData[item.prop] }}
+
= Array<{
| "tree-select"
| "date-picker"
| "input-number"
+ | "text"
| "custom";
// 组件属性
attrs?: IObject;