Commit 3d7d7c49 by liuchenxi

update: 触达效果ui调整

parent 119e5b0d
......@@ -49,8 +49,8 @@
</div>
<div class="item-bg bg-green center_flex min-w-206">
<div>
<p>{{ item.isSales == 1 ? '触达顾客转化人数' : '转化人数' }}<tip :text="item.isSales == 1 ? experText.convMbrText : controText.convMbrText" /></p>
<p>{{ formatterNum(item.convMbrNum) }}</p>
<p style="min-width: 130px">{{ item.isSales == 1 ? '触达顾客转化人数' : '转化人数' }}<tip :text="item.isSales == 1 ? experText.convMbrText : controText.convMbrText" /></p>
<p style="min-width: 130px">{{ formatterNum(item.convMbrNum) }}</p>
</div>
</div>
<div class="item-bg bg-green min-w-389">
......
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