From 7c1a37216da0eae321f014efc099f59d976df5c0 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Fri, 27 Feb 2026 00:53:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=AA=E5=9C=A8=E9=A2=84=E7=BA=A6=E6=97=B6?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E9=A2=84=E7=BA=A6=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/lib/components/Ticket/OperatorTicket.svelte | 2 +- front/src/lib/components/Ticket/UserTicket.svelte | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/front/src/lib/components/Ticket/OperatorTicket.svelte b/front/src/lib/components/Ticket/OperatorTicket.svelte index 5d9e4bd..d7b2dbd 100644 --- a/front/src/lib/components/Ticket/OperatorTicket.svelte +++ b/front/src/lib/components/Ticket/OperatorTicket.svelte @@ -24,7 +24,7 @@

📃No.{t.tid}

- {#if t.appointed_at} + {#if t.appointed_at && t.status === 'scheduled'}

该报修已预约在{FormatDate(t.appointed_at)}

diff --git a/front/src/lib/components/Ticket/UserTicket.svelte b/front/src/lib/components/Ticket/UserTicket.svelte index d71d0e2..5a7816b 100644 --- a/front/src/lib/components/Ticket/UserTicket.svelte +++ b/front/src/lib/components/Ticket/UserTicket.svelte @@ -23,7 +23,7 @@

📃No.{t.tid}

- {#if t.appointed_at} + {#if t.appointed_at && t.status === 'scheduled'}

该报修已预约在{FormatDate(t.appointed_at)}