From d7528de91da3f053afef0a0ac7daed796c91f187 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Mon, 15 Sep 2025 11:02:47 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=A6=E5=8F=B7=E7=99=BB=E5=BD=95=E6=97=A5?= =?UTF-8?q?=E5=BF=97=EF=BC=8C=E6=93=8D=E4=BD=9C=E5=A4=9A=E9=80=89=E6=97=B6?= =?UTF-8?q?=EF=BC=8C=E5=8F=AA=E6=98=BE=E7=A4=BA=E4=B8=80=E4=B8=AA=E6=93=8D?= =?UTF-8?q?=E4=BD=9C=E7=9A=84=E6=9F=A5=E8=AF=A2=E7=BB=93=E6=9E=9C=EF=BC=9B?= =?UTF-8?q?=E5=88=9B=E5=BB=BA=E6=97=B6=E9=97=B4=E7=BC=BA=E5=B0=91=EF=BC=9A?= =?UTF-8?q?=E5=BC=80=E5=A7=8B=E6=97=B6=E9=97=B4=E3=80=81=E7=BB=93=E6=9D=9F?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/login-log/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/system/login-log/index.vue b/src/views/system/login-log/index.vue index 684db13..223a7e5 100644 --- a/src/views/system/login-log/index.vue +++ b/src/views/system/login-log/index.vue @@ -30,7 +30,9 @@ + range-separator="-" :start-placeholder="$t('system:loginLog:placeholder:startTime')" + :end-placeholder="$t('system:loginLog:placeholder:endTime')" :default-time="['00:00:00', '23:59:59']" + @change="handleDatetimeChange" style="width: 380px" />