From 874ab066b0a4c3c956fcb81a812b13727b90854e Mon Sep 17 00:00:00 2001 From: "wu.jian2" Date: Thu, 21 Sep 2023 17:57:40 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E5=99=A8placeholder=E8=8E=B7=E5=8F=96=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E6=96=B9=E5=BC=8F=EF=BC=8C=E5=8E=BB=E9=99=A4=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E5=99=A8=E4=BF=9D=E5=AD=98data=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../packages/BasicComponents/Select/index.vue | 45 +------------------ .../BasicComponents/Select/settingConfig.js | 1 + .../RightSetting/DataSetting.vue | 9 +++- 3 files changed, 10 insertions(+), 45 deletions(-) diff --git a/data-room-ui/packages/BasicComponents/Select/index.vue b/data-room-ui/packages/BasicComponents/Select/index.vue index 8282d454..7391856d 100644 --- a/data-room-ui/packages/BasicComponents/Select/index.vue +++ b/data-room-ui/packages/BasicComponents/Select/index.vue @@ -4,7 +4,7 @@ v-model="value" :popper-class="'basic-component-select select-popper-' + config.code" :class="['basic-component-select', `select-${config.code}`]" - :placeholder="`请选择${placeholder || newPlaceholder}`" + :placeholder="config.customize.placeholder" clearable :filterable="filterable" @visible-change="visibleChange" @@ -21,10 +21,8 @@