|
@@ -354,7 +354,7 @@ li.chouzhen.first:before {
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
|
<a-col :xl="10" :md="24" :pull="screenWidth >= 1200 ? 4 : 0" v-if="unitInfo.deepConversionBid">
|
|
|
- <a-form-item label="深度转化目标出价">
|
|
|
+ <a-form-item label="深度转化出价">
|
|
|
<div v-if="groupTemplateId == null">无</div>
|
|
|
|
|
|
<div v-else>
|
|
@@ -3962,7 +3962,7 @@ export default {
|
|
|
bid: this.unitInfo.bid ? this.unitInfo.bid * 1000 : null,
|
|
|
bidMax: this.unitInfo.bidMax ? this.unitInfo.bidMax * 1000 : null,
|
|
|
bidMin: this.unitInfo.bidMin ? this.unitInfo.bidMin * 1000 : null,
|
|
|
- bidMin: this.unitInfo.deepConversionBid ? this.unitInfo.deepConversionBid * 1000 : null,
|
|
|
+ deepConversionBid: this.unitInfo.deepConversionBid ? this.unitInfo.deepConversionBid * 1000 : null,
|
|
|
}
|
|
|
} else {
|
|
|
this.$message.error('请填写组内容')
|