Added Anschriftenzusatz to WarehouseEShop

This commit is contained in:
Luca Haid
2025-01-22 09:17:40 +01:00
parent 07b2f56dc6
commit a8f289f495
4 changed files with 12 additions and 1 deletions
@@ -171,6 +171,10 @@ Vue.component('warehouse-e-shop-order', {
</button>
</template>
<template v-slot:deliveryaddressname="{ row }">
{{ row.deliveryAddressName }} {{ row.deliveryAddressAdditional ? '(' + row.deliveryAddressAdditional + ')' : '' }}
</template>
<template v-slot:create="{ row }">
{{ window.moment(row.create * 1000).format('DD.MM.YYYY HH:mm:ss') }}
</template>