#7323 warmfix #621
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#621
Loading…
Reference in New Issue
No description provided.
Delete Branch "7323-warmfix-fixErrors"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -32,4 +35,0 @@
const workersFilter = {
fields: ['id', 'nickname'],
order: 'nickname ASC',
limit: 30,
Si hay más de 30 registros no aparecía el jefe. Y no había scroll
@ -37,4 +35,0 @@
const countriesFilter = {
fields: ['id', 'name', 'code'],
order: 'name ASC',
limit: 30,
Si hay más de 30 registros no aparecía el country.
@ -38,4 +35,0 @@
fields: ['id', 'name', 'code'],
order: 'name ASC',
limit: 30,
};
Si hay más de 30 registros no aparecía el nv. de educación.
@ -63,3 +39,1 @@
<FetchData
:filter="educationLevelsFilter"
@on-fetch="(data) => (educationLevelsOptions = data)"
:filter="{ fields: ['id', 'name'], order: 'name ASC' }"
Tabla de pequeña
@ -68,2 +43,3 @@
/>
<FetchData
url="Countries"
Tabla pequeña
@ -14,6 +14,8 @@ import VnLocation from 'src/components/common/VnLocation.vue';
import VnSelectDialog from 'src/components/common/VnSelectDialog.vue';
import CreateBankEntityForm from 'src/components/CreateBankEntityForm.vue';
import FetchData from 'src/components/FetchData.vue';
import RightMenu from 'src/components/common/RightMenu.vue';
Ahora funciona como en Salix
@ -9,6 +9,9 @@
> :deep(*) {
flex: 1;
}
&[wrap] {
Hay sitios donde se quiere este comportamiento. Ej. varios checkbox que no caben en 1 línea
WIP: #7323 warmfixto #7323 warmfix@ -55,4 +49,2 @@
z-index: 1;
}
@media (max-width: $breakpoint-sm) {
.sticky {
Ahora ya está ajustada.
@ -190,6 +190,10 @@ select:-webkit-autofill {
font-size: medium;
}
.q-toolbar {
Es un estilo global
@ -71,4 +72,3 @@
:label="t('Department')"
v-model="params.departmentFk"
@update:model-value="searchFn()"
:options="departments"
se pueden quitar son las de por defecto