From 85eaf9712d1b9c45477db811c7ff1eb0537e8bb0 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 18:17:19 +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/FormDataItem.vue | 68 +++++++++++-------- src/views/mdp/form/formField/Field.vue | 39 ++++++----- src/views/mdp/form/formField/FieldCfg.vue | 2 +- 3 files changed, 61 insertions(+), 48 deletions(-) diff --git a/src/components/mdp-ui-ext/mdp-expand/FormDataItem.vue b/src/components/mdp-ui-ext/mdp-expand/FormDataItem.vue index 5fdc04e..5cb28d0 100644 --- a/src/components/mdp-ui-ext/mdp-expand/FormDataItem.vue +++ b/src/components/mdp-ui-ext/mdp-expand/FormDataItem.vue @@ -3,7 +3,7 @@ - + @@ -12,7 +12,7 @@ - + @@ -20,7 +20,7 @@ - + @@ -28,23 +28,23 @@
- + - + - + - + - +
@@ -53,14 +53,14 @@ width="400" trigger="hover"> - {{ editForm[field.idCamel]||field.title }} + {{ editForm[field.idCamel]||field.title }} 上传图片 - @@ -70,19 +70,19 @@ placement="top-start" trigger="hover"> 上传附件 - {{ editForm[field.idCamel]||field.title }} + {{ editForm[field.idCamel]||field.title }} - - - - - - - - - - + + + + + + + + + +
@@ -91,10 +91,10 @@