From 60e47dff2dcd95a79a62cdb6c3c327b3946be388 Mon Sep 17 00:00:00 2001 From: Net Date: Fri, 19 Jul 2024 14:12:34 +0700 Subject: [PATCH] =?UTF-8?q?refactor:=20=E0=B9=80=E0=B8=9E=E0=B8=B4?= =?UTF-8?q?=E0=B9=88=E0=B8=A1=20id=20=20=E0=B9=83=E0=B8=AB=E0=B9=89?= =?UTF-8?q?=E0=B8=9B=E0=B8=B8=E0=B9=88=E0=B8=A1=E0=B8=81=E0=B8=94=E0=B8=AA?= =?UTF-8?q?=E0=B8=A3=E0=B9=89=E0=B8=B2=E0=B8=87=E0=B8=A5=E0=B8=B9=E0=B8=81?= =?UTF-8?q?=E0=B8=88=E0=B9=89=E0=B8=B2=E0=B8=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/03_customer-management/MainPage.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/03_customer-management/MainPage.vue b/src/pages/03_customer-management/MainPage.vue index 6ffd3f1e..825849ed 100644 --- a/src/pages/03_customer-management/MainPage.vue +++ b/src/pages/03_customer-management/MainPage.vue @@ -1570,6 +1570,7 @@ watch( v-if="selectorLabel === 'EMPLOYEE' || !selectorLabel" :label="$t('add') + ' ' + $t('EMPLOYEE')" external-label + id="add-employee" label-position="left" @click="openDialogCustomerType()" color="primary"