This commit is contained in:
Viet An
2026-06-18 16:22:37 +07:00
parent 8b07ab4e65
commit 667832078d
23 changed files with 395 additions and 412 deletions

View File

@@ -9,7 +9,6 @@ function displayModal() {
showModal.value = {
title: "Cập nhật sản phẩm",
width: "90%",
height: "400px",
component: "imports/EditProduct",
vbind: { variant: props.variant },
};

View File

@@ -18,7 +18,7 @@ import DataView from "~/components/datatable/DataView.vue";
component: 'imports/AddProduct',
title: 'Tạo sản phẩm',
width: '90%',
height: '450px',
height: '600px',
},
}"
/>