diff --git a/src/components/01_branch-management/TableCardComponent.vue b/src/components/01_branch-management/TableCardComponent.vue index ebf90deb..0342d328 100644 --- a/src/components/01_branch-management/TableCardComponent.vue +++ b/src/components/01_branch-management/TableCardComponent.vue @@ -58,23 +58,30 @@ const filter = ref(''); row-key="name" :filter="filter" hide-header + card-container-class="q-col-gutter-lg" > - + - - + - {{ $t( @@ -85,39 +92,35 @@ const filter = ref(''); : prop.colsMap[k]?.label, ) }} - + - - - - {{ - k !== 'type' - ? v - : (v && $t('branchHQLabel')) || $t('branchLabel') - }} - - - - - - + + + {{ + k !== 'type' + ? v + : (v && $t('branchHQLabel')) || $t('branchLabel') + }} - - - + + + + + + @@ -136,31 +139,28 @@ const filter = ref('');