From 04560e3067744684fd6c23aa431e8d30abb99e77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Sun, 8 Oct 2023 01:27:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mdp-ui-ext/mdp-expand/FormData.vue | 63 +---- .../mdp-ui-ext/mdp-expand/FormDataItem.vue | 223 ++++++++++++++++++ 2 files changed, 226 insertions(+), 60 deletions(-) create mode 100644 src/components/mdp-ui-ext/mdp-expand/FormDataItem.vue diff --git a/src/components/mdp-ui-ext/mdp-expand/FormData.vue b/src/components/mdp-ui-ext/mdp-expand/FormData.vue index d4c6ddb..023ef3f 100644 --- a/src/components/mdp-ui-ext/mdp-expand/FormData.vue +++ b/src/components/mdp-ui-ext/mdp-expand/FormData.vue @@ -4,66 +4,7 @@ - - -
- - - - - - - - - - - - - - - -
-
- - - - {{ editForm[item.fieldIdCamel]||item.fieldTitle }} - - - - 上传图片 - - - - - - 上传附件 - {{ editForm[item.fieldIdCamel]||item.fieldTitle }} - - - - - - - - - - - - -
+
@@ -106,6 +47,7 @@ + + \ No newline at end of file