提交 97c33e50 authored 作者: yuanyufei's avatar yuanyufei

去掉统计图图标

上级 40d393ed
...@@ -299,7 +299,7 @@ ...@@ -299,7 +299,7 @@
width='300' > width='300' >
<template slot-scope="scope"> <template slot-scope="scope">
<div class="foot-table"> <div class="foot-table">
<img src="@/assets/image/all-shop.png" alt="" class="foot-table-img"> <!-- <img src="@/assets/image/all-shop.png" alt="" class="foot-table-img"> -->
<span class="foot-table-text">{{scope.row.num}}</span> <span class="foot-table-text">{{scope.row.num}}</span>
</div> </div>
</template> </template>
...@@ -311,7 +311,7 @@ ...@@ -311,7 +311,7 @@
> >
<template slot-scope="scope"> <template slot-scope="scope">
<div class="foot-table"> <div class="foot-table">
<img src="@/assets/image/all-shop1.png" alt="" class="foot-table-imgone"> <!-- <img src="@/assets/image/all-shop1.png" alt="" class="foot-table-imgone"> -->
<span class="foot-table-text">{{scope.row.sale}}</span> <span class="foot-table-text">{{scope.row.sale}}</span>
</div> </div>
</template> </template>
...@@ -449,7 +449,6 @@ ...@@ -449,7 +449,6 @@
//获取默认数据 //获取默认数据
async GetDefaultData(){ async GetDefaultData(){
const result = await getStatisticalHome() const result = await getStatisticalHome()
console.log(result,'默认返回的数据')
this.operate=result.data.operational_data//运营数据 this.operate=result.data.operational_data//运营数据
this.waitFor=result.data.seller_todo_data//代办事项 this.waitFor=result.data.seller_todo_data//代办事项
this.storeOrder=result.data.store_order_data//店铺数据-订单数据 this.storeOrder=result.data.store_order_data//店铺数据-订单数据
...@@ -545,14 +544,23 @@ ...@@ -545,14 +544,23 @@
query.seller_id=this.$store.state.user.sellerid query.seller_id=this.$store.state.user.sellerid
if(e==1){ if(e==1){
const result=await getOperationalData(query) const result=await getOperationalData(query)
this.delivery=result.data.delivery_rate/100
this.beSettled=result.data.unsettled_amount/100
this.beGmv=result.data.order_total_price/100
this.operate=result.data this.operate=result.data
}else if(e==7){ }else if(e==7){
query.day=e query.day=e
const result=await getOperationalData(query) const result=await getOperationalData(query)
this.delivery=result.data.delivery_rate/100
this.beSettled=result.data.unsettled_amount/100
this.beGmv=result.data.order_total_price/100
this.operate=result.data this.operate=result.data
}else if(e==15){ }else if(e==15){
query.day=e query.day=e
const result=await getOperationalData(query) const result=await getOperationalData(query)
this.delivery=result.data.delivery_rate/100
this.beSettled=result.data.unsettled_amount/100
this.beGmv=result.data.order_total_price/100
this.operate=result.data this.operate=result.data
} }
}, },
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论