|
@ -486,11 +486,12 @@ defineExpose({
|
||||||
:icon="btn.icon"
|
:icon="btn.icon"
|
||||||
class="q-px-sm"
|
class="q-px-sm"
|
||||||
flat
|
flat
|
||||||
:class="
|
:class="[
|
||||||
btn.isPrimary
|
btn.isPrimary
|
||||||
? 'text-primary-light'
|
? 'text-primary-light'
|
||||||
: 'color-vn-text '
|
: 'color-vn-text ',
|
||||||
"
|
btn.class,
|
||||||
|
]"
|
||||||
:style="`visibility: ${
|
:style="`visibility: ${
|
||||||
(btn.show && btn.show(row)) ?? true
|
(btn.show && btn.show(row)) ?? true
|
||||||
? 'visible'
|
? 'visible'
|
||||||
|
|
|
@ -111,6 +111,7 @@ const columns = computed(() => [
|
||||||
{
|
{
|
||||||
title: t('Client ticket list'),
|
title: t('Client ticket list'),
|
||||||
icon: 'thumb_down',
|
icon: 'thumb_down',
|
||||||
|
class: 'fill-icon',
|
||||||
action: showDenyRequestForm,
|
action: showDenyRequestForm,
|
||||||
isPrimary: true,
|
isPrimary: true,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue