style: refs #8604 update styles
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
90a34d56f7
commit
eb9512fafb
|
@ -56,6 +56,7 @@ const ticketColumns = computed(() => [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
align: 'center',
|
align: 'center',
|
||||||
|
class: 'shrink',
|
||||||
label: t('advanceTickets.ipt'),
|
label: t('advanceTickets.ipt'),
|
||||||
name: 'ipt',
|
name: 'ipt',
|
||||||
columnFilter: {
|
columnFilter: {
|
||||||
|
@ -119,6 +120,7 @@ const ticketColumns = computed(() => [
|
||||||
{
|
{
|
||||||
align: 'center',
|
align: 'center',
|
||||||
label: t('advanceTickets.futureIpt'),
|
label: t('advanceTickets.futureIpt'),
|
||||||
|
class: 'shrink',
|
||||||
name: 'futureIpt',
|
name: 'futureIpt',
|
||||||
columnFilter: {
|
columnFilter: {
|
||||||
component: 'select',
|
component: 'select',
|
||||||
|
@ -138,6 +140,7 @@ const ticketColumns = computed(() => [
|
||||||
name: 'futureState',
|
name: 'futureState',
|
||||||
align: 'right',
|
align: 'right',
|
||||||
headerClass: 'horizontal-separator',
|
headerClass: 'horizontal-separator',
|
||||||
|
class: 'expand',
|
||||||
columnFilter: false,
|
columnFilter: false,
|
||||||
format: (row, dashIfEmpty) => dashIfEmpty(row.futureState),
|
format: (row, dashIfEmpty) => dashIfEmpty(row.futureState),
|
||||||
},
|
},
|
||||||
|
@ -249,7 +252,6 @@ watch(
|
||||||
</RightMenu>
|
</RightMenu>
|
||||||
<QPage class="column items-center q-pa-md">
|
<QPage class="column items-center q-pa-md">
|
||||||
<VnTable
|
<VnTable
|
||||||
class="bg-header q-pr-xs"
|
|
||||||
data-key="futureTickets"
|
data-key="futureTickets"
|
||||||
ref="vnTableRef"
|
ref="vnTableRef"
|
||||||
url="Tickets/getTicketsFuture"
|
url="Tickets/getTicketsFuture"
|
||||||
|
@ -419,7 +421,7 @@ watch(
|
||||||
<QBadge
|
<QBadge
|
||||||
text-color="black"
|
text-color="black"
|
||||||
:color="row.futureClassColor"
|
:color="row.futureClassColor"
|
||||||
class="q-ma-none"
|
class="q-mr-xs"
|
||||||
dense
|
dense
|
||||||
>
|
>
|
||||||
{{ row.futureState }}
|
{{ row.futureState }}
|
||||||
|
|
Loading…
Reference in New Issue