mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-31 09:37:15 +01:00
#1084 Show Changed Date for Status Storniert and Nicht Lieferbar
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
name="Check_green_circle"
|
||||
class="isa-mr-10"
|
||||
></lib-icon>
|
||||
<strong> {{ item.features?.paid }} </strong>
|
||||
<strong class="isa-font-size-18"> {{ item.features?.paid }} </strong>
|
||||
</div>
|
||||
<div class="grid-container">
|
||||
<div class="cover">
|
||||
@@ -79,6 +79,15 @@
|
||||
Uhr</strong
|
||||
>
|
||||
</div>
|
||||
<div class="order-date spec" *ngSwitchCase="1024">
|
||||
<span>Geändert</span>
|
||||
<strong
|
||||
>{{
|
||||
item.processingStatusDate | date: 'dd.MM.yy | HH:mm'
|
||||
}}
|
||||
Uhr</strong
|
||||
>
|
||||
</div>
|
||||
<div class="order-date spec" *ngSwitchCase="2048">
|
||||
<span>Geändert</span>
|
||||
<strong
|
||||
@@ -88,6 +97,15 @@
|
||||
Uhr</strong
|
||||
>
|
||||
</div>
|
||||
<div class="order-date spec" *ngSwitchCase="4096">
|
||||
<span>Geändert</span>
|
||||
<strong
|
||||
>{{
|
||||
item.processingStatusDate | date: 'dd.MM.yy | HH:mm'
|
||||
}}
|
||||
Uhr</strong
|
||||
>
|
||||
</div>
|
||||
<div class="order-date spec" *ngSwitchDefault>
|
||||
<span>Bestelldatum</span>
|
||||
<strong>{{ item.orderDate | date: 'dd.MM.yy | HH:mm' }} Uhr</strong>
|
||||
|
||||
Reference in New Issue
Block a user