|
|
@ -55,17 +55,16 @@ import { |
|
|
|
OrderStatusPipe, |
|
|
|
OrderStatusPipe, |
|
|
|
OrderPayTypePipe, |
|
|
|
OrderPayTypePipe, |
|
|
|
OrderChildGoodsTypePipe, |
|
|
|
OrderChildGoodsTypePipe, |
|
|
|
OrderRefundStatusPipe |
|
|
|
OrderRefundStatusPipe, |
|
|
|
|
|
|
|
OilCardStatusPipe, |
|
|
|
|
|
|
|
OrderOilStatusPipe, |
|
|
|
|
|
|
|
PlatformPipe, |
|
|
|
|
|
|
|
OilTypePipe, |
|
|
|
|
|
|
|
OilPriceTaskStatusPipe, |
|
|
|
|
|
|
|
OilPriceTaskExecutionTypePipe, OilPriceTaskPriceTypePipe |
|
|
|
} from './pipes'; |
|
|
|
} from './pipes'; |
|
|
|
import {OilCardStatusPipe} from './pipes'; |
|
|
|
|
|
|
|
import {OilTypePipe} from './pipes/store/oil-type.pipe'; |
|
|
|
|
|
|
|
import {OilPriceTaskStatusPipe} from './pipes/gas-oil-price/oil-price-task-status.pipe'; |
|
|
|
|
|
|
|
import {OilPriceTaskExecutionTypePipe} from './pipes/gas-oil-price/oil-price-task-execution-type.pipe'; |
|
|
|
|
|
|
|
import {OilPriceTaskPriceTypePipe} from './pipes/gas-oil-price/oil-price-task-price-type.pipe'; |
|
|
|
|
|
|
|
import { PlatformPipe } from './pipes/recharge-pipe/platform.pipe'; |
|
|
|
|
|
|
|
import { IntegralTypePipe } from './pipes/integral/integral-type.pipe'; |
|
|
|
|
|
|
|
import { IntegralProductPipe } from './pipes/integral/integral-product.pipe'; |
|
|
|
|
|
|
|
import {OrderOilStatusPipe} from './pipes/order/order-oil-status.pipe'; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const PIPES = [ |
|
|
|
const PIPES = [ |
|
|
|
TimesPipe, |
|
|
|
TimesPipe, |
|
|
@ -134,14 +133,12 @@ const PIPES = [ |
|
|
|
], |
|
|
|
], |
|
|
|
declarations: [ |
|
|
|
declarations: [ |
|
|
|
...PIPES, |
|
|
|
...PIPES, |
|
|
|
IntegralTypePipe, |
|
|
|
|
|
|
|
IntegralProductPipe, |
|
|
|
|
|
|
|
], |
|
|
|
], |
|
|
|
|
|
|
|
|
|
|
|
exports: [ |
|
|
|
exports: [ |
|
|
|
...PIPES, |
|
|
|
...PIPES, |
|
|
|
IntegralTypePipe, |
|
|
|
|
|
|
|
IntegralProductPipe, |
|
|
|
|
|
|
|
], |
|
|
|
], |
|
|
|
}) |
|
|
|
}) |
|
|
|
|
|
|
|
|
|
|
|