Browse Source

修改bug

chenrui 1 tháng trước cách đây
mục cha
commit
8833ce7587
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/reportData/promotionFeeReport/index.vue

+ 1 - 1
src/views/reportData/promotionFeeReport/index.vue

@@ -20,7 +20,7 @@ import { commonMixin } from '@/utils/mixin'
 // 组件
 import customerFeeList from './customerFeeList.vue'
 import provinceFeeList from './provinceFeeList.vue'
-import promotionFeeList from './promotionFeeList.vue'
+import promotionFeeList from './promoFeeList.vue'
 export default {
   name: 'PromotionFeeReportIndex',
   mixins: [commonMixin],