8714-devToTest #1547

Merged
alexm merged 712 commits from 8714-devToTest into test 2025-03-04 14:08:01 +00:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 7c6112c896 - Show all commits

View File

@ -116,7 +116,7 @@ const columns = computed(() => [
},
},
{
align: 'left',
align: 'center',
name: 'hour',
label: t('list.close'),
cardVisible: true,
@ -191,6 +191,7 @@ function formatRow(row) {
:columns="columns"
redirect="zone"
:right-search="false"
table-height="85vh"
>
<template #column-addressFk="{ row }">
{{ dashIfEmpty(formatRow(row)) }}