From 8e4fea1cc8bed2b102507daa4c17899888910aab Mon Sep 17 00:00:00 2001 From: liwenxuan <1298531568@qq.com> Date: Sun, 9 Feb 2025 11:01:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=8C=E7=BB=B4=E7=A0=81=E6=89=AB=E6=8F=8F?= =?UTF-8?q?=E5=8A=A8=E7=94=BB=E6=95=88=E6=9E=9C=E4=BC=98=E5=8C=96v0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/lowCode/formItem.vue | 80 ++++++++++- src/views/home/scanQrCode.vue | 113 ++++++++++++--- src/views/home/scanQrCode1.vue | 212 ++++++++++++++++++++++++++++ 3 files changed, 384 insertions(+), 21 deletions(-) create mode 100644 src/views/home/scanQrCode1.vue diff --git a/src/components/lowCode/formItem.vue b/src/components/lowCode/formItem.vue index 46447c2..1144343 100644 --- a/src/components/lowCode/formItem.vue +++ b/src/components/lowCode/formItem.vue @@ -497,7 +497,7 @@ const currentComponent = computed(() => { - + { :type="data.type === 'password' ? 'password' : 'text'" :style="getFormItemInputStyle(configStyle,2)" :input-style="getFormItemInputStyle(configStyle,3)" - v-if="['input', 'password'].includes(data.type)" + v-if="['password'].includes(data.type)" :placeholder="data.control.placeholder?data.control.placeholder:'请输入'+getLabel(data.item)" > + + + + + + + + + + + + + + + +
+ +
+
+
+
+
@@ -171,32 +179,99 @@ + ​ \ No newline at end of file