GouGengquan 4 月之前
父节点
当前提交
23a1708d37

+ 1 - 1
src/views/statistical/assets/marketEfficiency.vue

@@ -221,7 +221,7 @@
                                 <span>{{ row.departmentName }}</span>
                             </template>
                         </el-table-column>
-                        <el-table-column label="接单数">
+                        <el-table-column label="下单量">
                             <el-table-column label="当期">
                                 <template slot-scope="{row}">
                                     <el-link style="color: #1890ff;" v-if="row.currentPeriodOrderVolume > 0"

+ 1 - 1
src/views/statistical/major/marketEfficiency.vue

@@ -221,7 +221,7 @@
                                 <span>{{ row.departmentName }}</span>
                             </template>
                         </el-table-column>
-                        <el-table-column label="接单数">
+                        <el-table-column label="下单量">
                             <el-table-column label="当期">
                                 <template slot-scope="{row}">
                                     <el-link style="color: #1890ff;" v-if="row.currentPeriodOrderVolume > 0"