提交代码

pull/1/head
胡锐 2 years ago
parent 8a3107ceeb
commit b466d96d91
  1. 1
      src/app/admin/order-manage/order-manage-routing.module.ts
  2. 1
      src/app/admin/order-manage/order-manage.module.ts

@ -4,6 +4,7 @@ import {OrderOilListComponent} from './order-oil/order-oil-list/order-oil-list.c
import {OrderCouponListComponent} from './order-coupon/order-coupon-list/order-coupon-list.component'; import {OrderCouponListComponent} from './order-coupon/order-coupon-list/order-coupon-list.component';
import {OrderIntegralRechargeComponent} from './order-integral-recharge/order-integral-recharge.component'; import {OrderIntegralRechargeComponent} from './order-integral-recharge/order-integral-recharge.component';
import {OrderRefundListComponent} from './order-refund-list/order-refund-list.component'; import {OrderRefundListComponent} from './order-refund-list/order-refund-list.component';
import {KfcOrderListComponent} from './kfc-order/kfc-order-list/kfc-order-list.component';
const routes: Routes = [ const routes: Routes = [

@ -10,6 +10,7 @@ import {AppCommonModule} from '../../app-common.module';
import { OrderCouponListComponent } from './order-coupon/order-coupon-list/order-coupon-list.component'; import { OrderCouponListComponent } from './order-coupon/order-coupon-list/order-coupon-list.component';
import { OrderIntegralRechargeComponent } from './order-integral-recharge/order-integral-recharge.component'; import { OrderIntegralRechargeComponent } from './order-integral-recharge/order-integral-recharge.component';
import { OrderRefundListComponent } from './order-refund-list/order-refund-list.component'; import { OrderRefundListComponent } from './order-refund-list/order-refund-list.component';
import {KfcOrderListComponent} from './kfc-order/kfc-order-list/kfc-order-list.component';
@NgModule({ @NgModule({
declarations: [OrderOilListComponent, OrderCouponListComponent, OrderIntegralRechargeComponent, OrderRefundListComponent, KfcOrderListComponent], declarations: [OrderOilListComponent, OrderCouponListComponent, OrderIntegralRechargeComponent, OrderRefundListComponent, KfcOrderListComponent],

Loading…
Cancel
Save