From 1134ca52104248e2272e603716cbf9d47c4da01e Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Wed, 7 Aug 2024 17:54:48 +0700 Subject: [PATCH] feat: add custmer branch section --- src/components/03_customer-management/ContactInformation.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/03_customer-management/ContactInformation.vue b/src/components/03_customer-management/ContactInformation.vue index 3daecb5e..8161708b 100644 --- a/src/components/03_customer-management/ContactInformation.vue +++ b/src/components/03_customer-management/ContactInformation.vue @@ -27,7 +27,7 @@ const telephone = defineModel('telephone'); :readonly="readonly" hide-bottom-space class="col-md-6 col-12" - :label="$t('formDialogInputEmail')" + :label="$t('customerBranch.form.mail')" v-model="mail" /> ('telephone'); :readonly="readonly" hide-bottom-space class="col-md-6 col-12" - :label="$t('formDialogInputTelephone')" + :label="$t('customerBranch.form.telephone')" v-model="telephone" />