From 9c161727ff86abd331a7b3fb0241db6b0c6fdbcf Mon Sep 17 00:00:00 2001 From: aisen Date: Mon, 1 Dec 2025 14:20:38 +0800 Subject: [PATCH] =?UTF-8?q?[fix]=20=E4=BF=AE=E5=A4=8Dinput=20=E4=B8=BA?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E6=A1=86=E6=97=B6=E6=B2=A1=E6=9C=89=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tuniao-ui/components/tn-input/tn-input.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tuniao-ui/components/tn-input/tn-input.vue b/tuniao-ui/components/tn-input/tn-input.vue index f665268..6387eef 100644 --- a/tuniao-ui/components/tn-input/tn-input.vue +++ b/tuniao-ui/components/tn-input/tn-input.vue @@ -45,7 +45,7 @@ v-if="type === 'select'" class="tn-input__text" > - {{defaultValue}} + {{defaultValue == undefined || defaultValue == '' ? placeholder : defaultValue }}