GouGengquan 3 месяцев назад
Родитель
Сommit
a384b1755a
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/views/statistical/assets/customerEfficiency.vue

+ 2 - 2
src/views/statistical/assets/customerEfficiency.vue

@@ -40,7 +40,7 @@
                             <el-table-column label="当期">
                                 <template slot-scope="{row}">
                                     <el-link v-if="row.currentPeriodOrderVolume > 0"
-                                        @click="setListQueryParms('order', row.customerId, listQueryByTotal.startTime, listQueryByTotal.endTime)">
+                                        @click="setListQueryParms('marketOrder', row.customerId, listQueryByTotal.startTime, listQueryByTotal.endTime)">
                                         {{ row.currentPeriodOrderVolume }}
                                     </el-link>
                                     <span v-else>{{ row.currentPeriodOrderVolume }}</span>
@@ -226,7 +226,7 @@
                             <el-table-column label="当期">
                                 <template slot-scope="{row}">
                                     <el-link v-if="row.currentPeriodOrderVolume > 0"
-                                        @click="setListQueryParms('order', row.customerId, listQueryByManager.startTime, listQueryByManager.endTime, row.clienteleContactId)">
+                                        @click="setListQueryParms('marketOrder', row.customerId, listQueryByManager.startTime, listQueryByManager.endTime, row.clienteleContactId)">
                                         {{ row.currentPeriodOrderVolume }}
                                     </el-link>
                                     <span v-else>{{ row.currentPeriodOrderVolume }}</span>