商户后台

This commit is contained in:
liu
2026-06-17 12:41:49 +08:00
parent 845bea4b81
commit f63a7db58f
46 changed files with 2215 additions and 43 deletions
+13
View File
@@ -40,6 +40,13 @@ import merchantPrintTask from "./merchant/print-task";
import merchantOrder from "./merchant/order";
import merchantRefund from "./merchant/refund";
import merchantPortalProduct from "./merchant-portal/product";
import merchantPortalProductCategory from "./merchant-portal/product-category";
import merchantPortalOrder from "./merchant-portal/order";
import merchantPortalPayment from "./merchant-portal/payment";
import merchantPortalPrinter from "./merchant-portal/printer";
import merchantPortalStore from "./merchant-portal/store";
import taskCategory from "./task/category";
import taskOrderErrand from "./task/order-errand";
import taskOrderPickup from "./task/order-pickup";
@@ -104,6 +111,12 @@ export default {
...merchantPrintTask,
...merchantOrder,
...merchantRefund,
...merchantPortalProduct,
...merchantPortalProductCategory,
...merchantPortalOrder,
...merchantPortalPayment,
...merchantPortalPrinter,
...merchantPortalStore,
...taskCategory,
...taskOrderErrand,
...taskOrderPickup,