From c39b356c900cd3f33384b2b9b5b61b54285ebccd Mon Sep 17 00:00:00 2001
From: cshaptx4869 <994774638@qq.com>
Date: Wed, 15 May 2024 08:21:49 +0800
Subject: [PATCH] =?UTF-8?q?feat(PageModal):=20:sparkles:=20=E8=A1=A8?=
=?UTF-8?q?=E5=8D=95=E9=A1=B9=E5=A2=9E=E5=8A=A0=E6=96=87=E6=9C=AC=E7=B1=BB?=
=?UTF-8?q?=E5=9E=8B=E6=94=AF=E6=8C=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/PageModal/Form.vue | 14 +++++---------
src/components/PageModal/types.ts | 1 +
2 files changed, 6 insertions(+), 9 deletions(-)
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;