#4988 - agencySection #293
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#293
Loading…
Reference in New Issue
No description provided.
Delete Branch "4988-agencySection"
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?
WIP: 4988-agencySectionto 4988-agencySection4988-agencySectionto #4988 - agencySectionSeparar traducciones y ponerlas solo en el modulo
Faltan traducciones
@ -0,0 +14,4 @@
}
function exprBuilder(param, value) {
if (!value) return;
console.log('value: ', value);
mmm
@ -0,0 +62,4 @@
:disable="true"
/>
</template>
<template #actions>
Quitar, el propio click ya redirige
@ -0,0 +39,4 @@
/>
</VnRow>
<VnRow>
<QCheckbox :label="t('agency.isOwn')" v-model="data.isOwn" />
Me ixen en gris pero no deurien no???
Esa así en el resto de basic data
@ -0,0 +19,4 @@
const entityId = computed(() => props.id || params.id);
const { store } = useArrayData('Parking');
const card = computed(() => store.data);
console.log('card: ', card);
mmm 2
@ -0,0 +38,4 @@
/>
</QCardSection>
<VnLv :label="t('globals.name')" :value="agency.name" />
<QCheckbox :label="t('agency.isOwn')" v-model="agency.isOwn" />
ficar el disable
@ -0,0 +39,4 @@
</QCardSection>
<VnLv :label="t('globals.name')" :value="agency.name" />
<QCheckbox :label="t('agency.isOwn')" v-model="agency.isOwn" />
<QCheckbox
ficar el disable
@ -0,0 +8,4 @@
const { t } = useI18n();
const route = useRoute();
console.log('route: ', route.path);
mmm 3
New commits pushed, approval review dismissed automatically according to repository settings