forked from wts/wts
只在预约时显示预约时间
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
<p class="font-bold" style="font-size: 19px;">📃No.{t.tid}</p>
|
||||
<WtsPriority p={t.priority} />
|
||||
</div>
|
||||
{#if t.appointed_at}
|
||||
{#if t.appointed_at && t.status === 'scheduled'}
|
||||
<p style="color: #0f62fe; font-size: 12.5px;">
|
||||
<strong>该报修已预约在{FormatDate(t.appointed_at)}</strong>
|
||||
</p>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<div class="flex items-center justify-between">
|
||||
<p class="font-bold" style="font-size: 19px;">📃No.{t.tid}</p>
|
||||
</div>
|
||||
{#if t.appointed_at}
|
||||
{#if t.appointed_at && t.status === 'scheduled'}
|
||||
<p style="color: #0f62fe; font-size: 12.5px;">
|
||||
<strong>该报修已预约在{FormatDate(t.appointed_at)}</strong>
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user