Commit ce5a6d25 authored by zhengyi's avatar zhengyi

客户详情中订单列表的客户经理取值bug修复

parent 266c56cc
...@@ -255,7 +255,7 @@ ...@@ -255,7 +255,7 @@
{{ row.pickNum | deliveryRate(row.sumNum) }} {{ row.pickNum | deliveryRate(row.sumNum) }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column :label="$t('客户经理')" align="center" prop="customerServiceName" /> <el-table-column :label="$t('客户经理')" align="center" prop="salesmanName" />
<el-table-column :label="$t('业绩归属客户方')" align="center" prop="customerName" /> <el-table-column :label="$t('业绩归属客户方')" align="center" prop="customerName" />
</el-table> </el-table>
<pagination @pagination="getOrderList" :page.sync="queryParams.page" :limit.sync="queryParams.rows" :total="orderTotal"></pagination> <pagination @pagination="getOrderList" :page.sync="queryParams.page" :limit.sync="queryParams.rows" :total="orderTotal"></pagination>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment