This commit is contained in:
Viet An
2026-07-04 13:46:14 +07:00
parent b06907097c
commit b6766ba7d0
19 changed files with 397 additions and 680 deletions

View File

@@ -28,6 +28,9 @@ import CustomerForm from "~/components/customer/CustomerForm.vue";
import Dashboard from "~/components/dashboard/Dashboard.vue";
import Orders from "~/components/orders/Orders.vue";
import Inventory from "~/components/inventory/Inventory.vue";
import InventoryItemName from "~/components/inventory/InventoryItemName.vue";
import IMEICountByWarehouse from "~/components/inventory/IMEICountByWarehouse.vue";
import Status from "~/components/inventory/Status.vue";
import Rights from "~/components/rights/Rights.vue";
import POS from "~/components/pos/POS.vue";
import ChooseIMEIButton from "~/components/pos/ChooseIMEIButton.vue";
@@ -80,6 +83,9 @@ const components = {
Dashboard,
Orders,
Inventory,
InventoryItemName,
IMEICountByWarehouse,
Status,
Rights,
POS,
ChooseIMEIButton,