浏览代码

修改bug

chenrui 1 月之前
父节点
当前提交
8833ce7587
共有 1 个文件被更改,包括 1 次插入1 次删除
  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],