|
@@ -3,7 +3,10 @@
|
|
<div class="card-title">
|
|
<div class="card-title">
|
|
卸载用户竞品流向
|
|
卸载用户竞品流向
|
|
<el-tooltip class="box-item" effect="light"
|
|
<el-tooltip class="box-item" effect="light"
|
|
- content="「卸载用户同行业流向」基于全网数据和算法能力共同预测得出,与应用自身是否使用的服务无关。设置不允许他人关注后,您也将无法使用此功能。" placement="right-start">
|
|
|
|
|
|
+ content="" placement="right-start">
|
|
|
|
+ <template #content>
|
|
|
|
+ <p style="width: 300px;">「卸载用户同行业流向」基于全网数据和算法能力共同预测得出,与应用自身是否使用的服务无关。设置不允许他人关注后,您也将无法使用此功能。</p>
|
|
|
|
+ </template>
|
|
<svg style="margin-left: 8px;" width="14" height="14" viewBox="0 0 14 14" fill="none"
|
|
<svg style="margin-left: 8px;" width="14" height="14" viewBox="0 0 14 14" fill="none"
|
|
xmlns="http://www.w3.org/2000/svg">
|
|
xmlns="http://www.w3.org/2000/svg">
|
|
<path
|
|
<path
|
|
@@ -127,6 +130,7 @@ const getUninstallAfter = () => {
|
|
percentage: item.proportion + '%'
|
|
percentage: item.proportion + '%'
|
|
})
|
|
})
|
|
})
|
|
})
|
|
|
|
+ count.value.proportion = Math.round(count.value.proportion * 100) / 100;
|
|
}
|
|
}
|
|
})
|
|
})
|
|
}
|
|
}
|