|
@@ -22,6 +22,12 @@
|
|
|
<template slot="corpNameSearch" slot-scope="scope">
|
|
|
<crop-select v-model="search.corpId" corpType="KH"/>
|
|
|
</template>
|
|
|
+ <template slot="orderCompletionRate" slot-scope="{row,index}">
|
|
|
+ <span>{{row.orderCompletionRate}}%</span>
|
|
|
+ </template>
|
|
|
+ <template slot="deliveryCompletionRate" slot-scope="{row,index}">
|
|
|
+ <span>{{row.deliveryCompletionRate}}%</span>
|
|
|
+ </template>
|
|
|
<template slot="monthSearch" slot-scope="scope">
|
|
|
<el-input-number
|
|
|
v-model="search.month"
|
|
@@ -209,12 +215,12 @@ export default {
|
|
|
prop: "luxxanDeliverQuantity",
|
|
|
overHidden: true
|
|
|
}, {
|
|
|
- label: "订单完成率(%)",
|
|
|
+ label: "订单完成率",
|
|
|
prop: "orderCompletionRate",
|
|
|
width: 160,
|
|
|
overHidden: true
|
|
|
}, {
|
|
|
- label: "发货完成率(%)",
|
|
|
+ label: "发货完成率",
|
|
|
prop: "deliveryCompletionRate",
|
|
|
width: 160,
|
|
|
overHidden: true
|