forked from verdnatura/salix-front
refs #6641 add checkbox
This commit is contained in:
parent
b3a889e8f6
commit
ad8007fe6b
|
@ -149,6 +149,15 @@ const states = ref();
|
||||||
/>
|
/>
|
||||||
</QItemSection>
|
</QItemSection>
|
||||||
</QItem>
|
</QItem>
|
||||||
|
<QItem>
|
||||||
|
<QItemSection>
|
||||||
|
<QCheckbox
|
||||||
|
v-model="params.myTeam"
|
||||||
|
:label="t('myTeam')"
|
||||||
|
toggle-indeterminate
|
||||||
|
/>
|
||||||
|
</QItemSection>
|
||||||
|
</QItem>
|
||||||
<QSeparator />
|
<QSeparator />
|
||||||
<QExpansionItem :label="t('More options')" expand-separator>
|
<QExpansionItem :label="t('More options')" expand-separator>
|
||||||
<!-- <QItem>
|
<!-- <QItem>
|
||||||
|
@ -192,6 +201,7 @@ en:
|
||||||
claimResponsibleFk: Responsible
|
claimResponsibleFk: Responsible
|
||||||
claimStateFk: State
|
claimStateFk: State
|
||||||
created: Created
|
created: Created
|
||||||
|
myTeam: My team
|
||||||
es:
|
es:
|
||||||
params:
|
params:
|
||||||
search: Contiene
|
search: Contiene
|
||||||
|
@ -211,4 +221,5 @@ es:
|
||||||
Item: Artículo
|
Item: Artículo
|
||||||
Created: Creada
|
Created: Creada
|
||||||
More options: Más opciones
|
More options: Más opciones
|
||||||
|
myTeam: Mi equipo
|
||||||
</i18n>
|
</i18n>
|
||||||
|
|
Loading…
Reference in New Issue