Commit 8f9ff85e authored by 乐宝呗666's avatar 乐宝呗666

fix bug

parent eada1527
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<div class="title">全国</div> <div class="title">全国</div>
<div class="content d-flex"> <div class="content d-flex">
<div class="flex-1"> <div class="flex-1">
<pieChart :message="itemNationWide" :noDrill="true" :isRight="type=='4'" idstr="itemNationWide" class="h-100"></pieChart> <pieChart :message="itemNationWide" :noDrill="true" idstr="itemNationWide" class="h-100"></pieChart>
<p v-if="type=='4'">共计客户 <strong>{{message.allCustomerNumber}}</strong></p> <p v-if="type=='4'">共计客户 <strong>{{message.allCustomerNumber}}</strong></p>
<p v-if="type=='3'">共计商机 <strong>{{message.allOpportunitiesNumber}}</strong></p> <p v-if="type=='3'">共计商机 <strong>{{message.allOpportunitiesNumber}}</strong></p>
<p v-if="type=='1'">共计项目 <strong>{{message.allProjectNumber}}</strong></p> <p v-if="type=='1'">共计项目 <strong>{{message.allProjectNumber}}</strong></p>
......
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