From 1f44f9e6bf85600e8097f71bc915e2935d1123fe Mon Sep 17 00:00:00 2001 From: Viet An Date: Thu, 14 May 2026 15:37:58 +0700 Subject: [PATCH] changes --- app/components/Caption.vue | 2 +- app/components/datatable/ContextMenu.vue | 132 +++---- app/components/datatable/TimeOption.vue | 74 ++-- app/components/imports/AddIMEIForm.vue | 81 +++++ app/components/imports/AddProductVariant.vue | 2 +- .../imports/AddProductVariantForm.vue | 81 ++++- .../imports/DeleteProductVariant.vue | 50 +++ app/components/imports/IMEIButton.vue | 32 ++ app/components/imports/IMEIs.vue | 40 +++ app/components/imports/ProductImage.vue | 11 + app/components/media/FileUpload.vue | 20 +- app/components/parameter/ImportData.vue | 330 ++++++++++-------- app/components/user/SetPassword.vue | 5 +- app/layouts/default.vue | 8 +- app/plugins/01-common.js | 4 +- app/plugins/02-connection.js | 6 + app/plugins/04-components.js | 116 +++--- 17 files changed, 670 insertions(+), 324 deletions(-) create mode 100644 app/components/imports/AddIMEIForm.vue create mode 100644 app/components/imports/DeleteProductVariant.vue create mode 100644 app/components/imports/IMEIButton.vue create mode 100644 app/components/imports/IMEIs.vue create mode 100644 app/components/imports/ProductImage.vue diff --git a/app/components/Caption.vue b/app/components/Caption.vue index 75fa413..5f60169 100644 --- a/app/components/Caption.vue +++ b/app/components/Caption.vue @@ -1,5 +1,5 @@