From 0ef1d298500ff6dadcf4d2772763c54d2d06f5e0 Mon Sep 17 00:00:00 2001 From: Viet An Date: Fri, 15 May 2026 11:18:33 +0700 Subject: [PATCH] changes --- app/components/SearchBox.vue | 5 +- app/components/datatable/ContextMenu.vue | 4 +- app/components/datatable/DataTable.vue | 8 --- app/components/datatable/DataView.vue | 14 +++-- app/components/datatable/EditLabel.vue | 60 +++++++++++-------- app/components/datatable/MenuSave.vue | 29 ++++----- app/components/datatable/NewField.vue | 13 ++-- app/components/datatable/TimeOption.vue | 2 +- .../datatable/format/FormatTime.vue | 10 ---- app/components/imports/AddProductForm.vue | 4 ++ app/components/imports/DeleteProduct.vue | 49 +++++++++++++++ .../imports/DeleteProductVariant.vue | 5 +- app/components/imports/Imports.vue | 28 ++++----- app/components/imports/Products.vue | 25 ++++++++ app/components/snackbar/SnackBar.vue | 2 +- app/plugins/00-datatable.js | 9 ++- app/plugins/02-connection.js | 15 +++-- app/plugins/04-components.js | 4 ++ 18 files changed, 175 insertions(+), 111 deletions(-) delete mode 100644 app/components/datatable/format/FormatTime.vue create mode 100644 app/components/imports/DeleteProduct.vue create mode 100644 app/components/imports/Products.vue diff --git a/app/components/SearchBox.vue b/app/components/SearchBox.vue index 2aa7a8d..4ecdad3 100644 --- a/app/components/SearchBox.vue +++ b/app/components/SearchBox.vue @@ -2,7 +2,7 @@
-

+