商户后台
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user