Added Anschriftenzusatz to WarehouseEShop
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user