极狐领取
This commit is contained in:
@@ -31,10 +31,10 @@
|
|||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<p>主动销售:</p>
|
<p>主动销售:</p>
|
||||||
<p>{{sell_detail.other_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.jihu_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>被动销售:</p>
|
<p>被动销售:</p>
|
||||||
<p>{{sell_detail.other_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.jihu_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>
|
||||||
</div>
|
</div>
|
||||||
<p>
|
<p>
|
||||||
{{sell_detail.sell_percent}}<span style="color:red">|| </span>
|
{{sell_detail.sell_percent}}<span style="color:red">|| </span>
|
||||||
@@ -410,6 +410,10 @@ export default {
|
|||||||
value: 'mogu_order',
|
value: 'mogu_order',
|
||||||
label: '蘑菇IP订单'
|
label: '蘑菇IP订单'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
value: 'jihu_order',
|
||||||
|
label: '极狐IP订单'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
value: 'recharge',
|
value: 'recharge',
|
||||||
label: 'IP充值'
|
label: 'IP充值'
|
||||||
|
|||||||
Reference in New Issue
Block a user