From f97c8583d922672d605a4b313b4c31aa7232b2b9 Mon Sep 17 00:00:00 2001 From: Zhufu <1176354795@qq.com> Date: Wed, 12 Jun 2024 14:14:41 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E8=A1=A8=E5=8D=95=E8=AE=BE=E8=AE=A1?= =?UTF-8?q?=E3=80=91=E5=8D=A1=E7=89=87=E7=BB=84=E4=B8=AD=E5=88=86=E5=8D=A1?= =?UTF-8?q?=E7=89=87=E6=B2=A1=E6=9C=89fieldName?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/demo/onlineform/formdesign/FormModal.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/demo/onlineform/formdesign/FormModal.vue b/src/views/demo/onlineform/formdesign/FormModal.vue index 0a929c22..b238fcc4 100644 --- a/src/views/demo/onlineform/formdesign/FormModal.vue +++ b/src/views/demo/onlineform/formdesign/FormModal.vue @@ -273,7 +273,8 @@ list.component != 'Divider' && list.component != 'Slider' && list.component != 'Card' && - list.component != 'Location' + list.component != 'Location' && + (list.field.indexOf('use_card') === -1) ) { tabArr.push(list.componentProps.fieldName); if (!list.componentProps.fieldName) {