From a94c1a32e10ff80484b4884ef7e0f591e5335a30 Mon Sep 17 00:00:00 2001 From: Javier Segarra Date: Mon, 13 May 2024 14:13:41 +0200 Subject: [PATCH] fix: show label agency instead id --- src/pages/Zone/Card/ZoneBasicData.vue | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/pages/Zone/Card/ZoneBasicData.vue b/src/pages/Zone/Card/ZoneBasicData.vue index 00f34b431..819fec7e3 100644 --- a/src/pages/Zone/Card/ZoneBasicData.vue +++ b/src/pages/Zone/Card/ZoneBasicData.vue @@ -8,6 +8,7 @@ import VnRow from 'components/ui/VnRow.vue'; import VnInput from 'src/components/common/VnInput.vue'; import { QCheckbox } from 'quasar'; import VnInputTime from 'src/components/common/VnInputTime.vue'; +import VnSelect from 'src/components/common/VnSelect.vue'; const route = useRoute(); const { t } = useI18n(); @@ -29,13 +30,21 @@ const agencyOptions = ref([]); /> -