From c4c04136845a09e6489e312188483c9932b25461 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Mon, 11 Mar 2024 15:13:48 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=BF=87=E6=BB=A4=E7=BB=84=E4=BB=B6):=20?= =?UTF-8?q?=E4=B8=8B=E6=8B=89=E5=A4=9A=E9=80=89=E8=BF=87=E6=BB=A4=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E5=A2=9E=E5=8A=A0=E4=B8=80=E9=94=AE=E6=B8=85=E9=99=A4?= =?UTF-8?q?=E6=8C=89=E9=92=AE=20close=20#8152?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/frontend/src/components/widget/deWidget/DeSelect.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/frontend/src/components/widget/deWidget/DeSelect.vue b/core/frontend/src/components/widget/deWidget/DeSelect.vue index b54138b8fd..9d6a11bba5 100644 --- a/core/frontend/src/components/widget/deWidget/DeSelect.vue +++ b/core/frontend/src/components/widget/deWidget/DeSelect.vue @@ -6,7 +6,7 @@ v-model="value" :class-id="'visual-' + element.id + '-' + inDraw + '-' + inScreen" :collapse-tags="showNumber" - :clearable="!element.options.attrs.multiple && (inDraw || !selectFirst)" + :clearable="(inDraw || !selectFirst)" :multiple="element.options.attrs.multiple" :placeholder="showRequiredTips ? $t('panel.required_tips') : ($t(element.options.attrs.placeholder) + placeholderSuffix)" :popper-append-to-body="inScreen"