|
@@ -1050,7 +1050,7 @@ li.chouzhen.first:before {
|
|
<br />
|
|
<br />
|
|
<span v-if="unitInfo.deepConversionBid && (unitInfo.cpaBid || unitInfo.cpaBid > 0)"
|
|
<span v-if="unitInfo.deepConversionBid && (unitInfo.cpaBid || unitInfo.cpaBid > 0)"
|
|
>按照两个出价得到的期望目标深度转化率为{{
|
|
>按照两个出价得到的期望目标深度转化率为{{
|
|
- (unitInfo.cpaBid / unitInfo.deepConversionBid).toFixed(2) * 100
|
|
|
|
|
|
+ ((unitInfo.cpaBid / unitInfo.deepConversionBid) * 100).toFixed(2)
|
|
}}%</span
|
|
}}%</span
|
|
>
|
|
>
|
|
</a-form-model-item>
|
|
</a-form-model-item>
|
|
@@ -1114,8 +1114,8 @@ li.chouzhen.first:before {
|
|
(unitInfo.bidMax || unitInfo.bidMax > 0)
|
|
(unitInfo.bidMax || unitInfo.bidMax > 0)
|
|
"
|
|
"
|
|
>按照两个出价得到的期望目标深度转化率为{{
|
|
>按照两个出价得到的期望目标深度转化率为{{
|
|
- (unitInfo.bidMin / unitInfo.deepConversionBid).toFixed(2) * 100
|
|
|
|
- }}%~{{ (unitInfo.bidMax / unitInfo.deepConversionBid).toFixed(2) * 100 }}%</span
|
|
|
|
|
|
+ ((unitInfo.bidMin / unitInfo.deepConversionBid) * 100).toFixed(2)
|
|
|
|
+ }}%~{{ ((unitInfo.bidMax / unitInfo.deepConversionBid) * 100).toFixed(2) }}%</span
|
|
>
|
|
>
|
|
</a-form-model-item>
|
|
</a-form-model-item>
|
|
</a-col>
|
|
</a-col>
|