From bb05320d65879df76fa60ab1206ee460ce60b2b5 Mon Sep 17 00:00:00 2001 From: Viet An Date: Tue, 9 Jun 2026 11:43:27 +0700 Subject: [PATCH] changes --- app/components/TopMenu.vue | 14 +- app/components/common/CountdownTimer.vue | 42 +- .../format => common}/FormatDate.vue | 0 .../format => common}/FormatNumber.vue | 0 app/components/common/Phone.vue | 125 ++-- app/components/customer/CustomerForm.vue | 620 +++++++----------- app/components/datatable/DataModel.vue | 314 --------- app/components/datatable/DataTable.vue | 9 + .../{common => datatable}/ViewList.vue | 0 .../marketing/email/dataGmail/EmailSent.vue | 2 - app/components/media/ChipImage.vue | 20 +- app/components/media/FileActions.vue | 27 +- app/components/media/FileShow.vue | 36 +- app/components/menu/MenuAccount.vue | 62 -- app/components/menu/MenuCollab.vue | 35 - app/components/menu/MenuPayment.vue | 30 - app/components/pos/ChooseIMEIModal.vue | 2 +- app/plugins/00-datatable.js | 4 +- app/plugins/04-components.js | 84 +-- 19 files changed, 418 insertions(+), 1008 deletions(-) rename app/components/{datatable/format => common}/FormatDate.vue (100%) rename app/components/{datatable/format => common}/FormatNumber.vue (100%) delete mode 100644 app/components/datatable/DataModel.vue rename app/components/{common => datatable}/ViewList.vue (100%) delete mode 100644 app/components/menu/MenuAccount.vue delete mode 100644 app/components/menu/MenuCollab.vue delete mode 100644 app/components/menu/MenuPayment.vue diff --git a/app/components/TopMenu.vue b/app/components/TopMenu.vue index d18858e..8cbadfe 100644 --- a/app/components/TopMenu.vue +++ b/app/components/TopMenu.vue @@ -121,12 +121,12 @@ diff --git a/app/components/common/CountdownTimer.vue b/app/components/common/CountdownTimer.vue index 92b57d3..d45463c 100644 --- a/app/components/common/CountdownTimer.vue +++ b/app/components/common/CountdownTimer.vue @@ -1,26 +1,4 @@ - - - - + diff --git a/app/components/datatable/format/FormatDate.vue b/app/components/common/FormatDate.vue similarity index 100% rename from app/components/datatable/format/FormatDate.vue rename to app/components/common/FormatDate.vue diff --git a/app/components/datatable/format/FormatNumber.vue b/app/components/common/FormatNumber.vue similarity index 100% rename from app/components/datatable/format/FormatNumber.vue rename to app/components/common/FormatNumber.vue diff --git a/app/components/common/Phone.vue b/app/components/common/Phone.vue index 3b70db1..4d41b64 100644 --- a/app/components/common/Phone.vue +++ b/app/components/common/Phone.vue @@ -1,82 +1,85 @@ + + - diff --git a/app/components/customer/CustomerForm.vue b/app/components/customer/CustomerForm.vue index 671b722..ad7d4e3 100644 --- a/app/components/customer/CustomerForm.vue +++ b/app/components/customer/CustomerForm.vue @@ -1,405 +1,251 @@ diff --git a/app/components/datatable/DataTable.vue b/app/components/datatable/DataTable.vue index 7ce9448..56972db 100644 --- a/app/components/datatable/DataTable.vue +++ b/app/components/datatable/DataTable.vue @@ -87,6 +87,7 @@ @@ -107,6 +108,14 @@ {{ v[field.name] }} + + + Không tìm thấy kết quả + +