修改跟进记录数据统计显示
This commit is contained in:
@@ -26,15 +26,15 @@
|
||||
</router-link>
|
||||
<el-button type="primary" size="small" @click="click_phone()" plain>号码拨号</el-button>
|
||||
|
||||
<div v-if="$local.isRoot()">
|
||||
<!-- <div v-if="$local.isRoot()">
|
||||
{{sell_detail.cost_mogu}}<span style="color:red">|| </span>{{sell_detail.cost_not_mogu}}
|
||||
</div>
|
||||
</div> -->
|
||||
<div>
|
||||
<p>主动销售:</p>
|
||||
<p>{{sell_detail.other_order_active}}<span style="color:red">|| </span>{{sell_detail.jihu_order_active}}<span style="color:red">|| </span>{{sell_detail.jiguang_order_active}}<span style="color:red">|| </span>{{sell_detail.mogu_order_active}}<span style="color:red">|| </span>{{sell_detail.recharge_active}}<span style="color:red">|| </span>{{sell_detail.http_active}}<span style="color:red">|| </span>{{sell_detail.ros_active}}<span style="color:red">|| </span>{{sell_detail.jinqiao_active}}</p>
|
||||
<p>{{sell_detail.other_order_active}}<span style="color:red">|| </span>{{sell_detail.self_order_active}}<span style="color:red"> || </span>{{sell_detail.recharge_active}}<span style="color:red">|| </span>{{sell_detail.http_active}}<span style="color:red">|| </span>{{sell_detail.ros_active}}<span style="color:red">|| </span>{{sell_detail.jinqiao_active}}</p>
|
||||
|
||||
<p>被动销售:</p>
|
||||
<p>{{sell_detail.other_order_not_active}}<span style="color:red">|| </span>{{sell_detail.jihu_order_not_active}}<span style="color:red">|| </span>{{sell_detail.jiguang_order_not_active}}<span style="color:red">|| </span>{{sell_detail.mogu_order_not_active}}<span style="color:red">|| </span>{{sell_detail.recharge_not_active}}<span style="color:red">|| </span>{{sell_detail.http_not_active}}<span style="color:red">|| </span>{{sell_detail.ros_not_active}}<span style="color:red">|| </span>{{sell_detail.jinqiao_not_active}}</p>
|
||||
<p>{{sell_detail.other_order_not_active}}<span style="color:red">|| </span>{{sell_detail.self_order_not_active}}<span style="color:red"> || </span>{{sell_detail.recharge_not_active}}<span style="color:red">|| </span>{{sell_detail.http_not_active}}<span style="color:red">|| </span>{{sell_detail.ros_not_active}}<span style="color:red">|| </span>{{sell_detail.jinqiao_not_active}}</p>
|
||||
</div>
|
||||
<p>
|
||||
{{sell_detail.sell_percent}}<span style="color:red">|| </span>
|
||||
@@ -404,19 +404,11 @@ export default {
|
||||
product_type_list:[
|
||||
{
|
||||
value: 'other_order',
|
||||
label: '其他IP产品订单'
|
||||
label: '合营IP订单'
|
||||
},
|
||||
{
|
||||
value: 'mogu_order',
|
||||
label: '蘑菇IP订单'
|
||||
},
|
||||
{
|
||||
value: 'jihu_order',
|
||||
label: '极狐IP订单'
|
||||
},
|
||||
{
|
||||
value: 'jiguang_order',
|
||||
label: '极光IP订单'
|
||||
value: 'self_order',
|
||||
label: '自营IP订单'
|
||||
},
|
||||
{
|
||||
value: 'recharge',
|
||||
|
||||
Reference in New Issue
Block a user