|
|
@ -10,7 +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"; |
|
|
|
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], |
|
|
|