From 32577f3cd7548c53729ccc4f04f8426621fdb8bb Mon Sep 17 00:00:00 2001 From: zjb Date: Sat, 13 Jan 2024 23:24:45 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(=E6=A0=87=E7=AD=BE):=20?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E8=8C=83=E5=9B=B4=E9=80=89=E6=8B=A9=E7=BE=8E?= =?UTF-8?q?=E5=8C=96separator?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/tag/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/tag/index.vue b/src/views/tag/index.vue index b2efef7..2a2cca4 100644 --- a/src/views/tag/index.vue +++ b/src/views/tag/index.vue @@ -55,7 +55,7 @@ placeholder="选择时间范围" v-model="queryForm.data.timeRange" type="daterange" - range-separator="~" + :range-separator="queryForm.data.timeRange.length === 0 ? null : '~'" :editable="false" :clearable="false" value-format="yyyy-MM-dd"