|
@@ -94,7 +94,7 @@
|
|
</a-radio-group>
|
|
</a-radio-group>
|
|
</a-form-model-item>
|
|
</a-form-model-item>
|
|
<a-form-model-item label="广告类型">
|
|
<a-form-model-item label="广告类型">
|
|
- <a-radio-group :disabled="modalTitle === 'edit'" v-model="configForm.adCampaignType" button-style="solid">
|
|
|
|
|
|
+ <a-radio-group :disabled="modalTitle === 'edit'" v-model="configForm.campaignType" button-style="solid">
|
|
<a-radio-button value="FEED">信息流广告</a-radio-button>
|
|
<a-radio-button value="FEED">信息流广告</a-radio-button>
|
|
<a-radio-button value="SEARCH" disabled>搜索广告</a-radio-button>
|
|
<a-radio-button value="SEARCH" disabled>搜索广告</a-radio-button>
|
|
</a-radio-group>
|
|
</a-radio-group>
|
|
@@ -1600,7 +1600,7 @@ export default {
|
|
dpLinkEndIndex: 2,
|
|
dpLinkEndIndex: 2,
|
|
accountBudgetMode: '1', // 预算方式
|
|
accountBudgetMode: '1', // 预算方式
|
|
campaignLandingType: 'APP', // 推广目标
|
|
campaignLandingType: 'APP', // 推广目标
|
|
- adCampaignType: 'FEED', // 广告类型
|
|
|
|
|
|
+ campaignType: 'FEED', // 广告类型
|
|
campaignName: '', // 广告组名称
|
|
campaignName: '', // 广告组名称
|
|
adName: '', // 广告计划名称
|
|
adName: '', // 广告计划名称
|
|
campaignCnt: 1, // 广告组计划数量
|
|
campaignCnt: 1, // 广告组计划数量
|
|
@@ -2529,7 +2529,7 @@ export default {
|
|
this.configForm.accountBudget = detailData.accountBudget;
|
|
this.configForm.accountBudget = detailData.accountBudget;
|
|
this.configForm.adDirectionalFlag = detailData.adDirectionalFlag;
|
|
this.configForm.adDirectionalFlag = detailData.adDirectionalFlag;
|
|
this.configForm.campaignLandingType = detailData.campaignLandingType;
|
|
this.configForm.campaignLandingType = detailData.campaignLandingType;
|
|
- this.configForm.adCampaignType = detailData.adCampaignType;
|
|
|
|
|
|
+ this.configForm.campaignType = detailData.campaignType;
|
|
this.configForm.campaignName = detailData.campaignName || '';
|
|
this.configForm.campaignName = detailData.campaignName || '';
|
|
this.configForm.dpLinkIndexUsed = detailData.dpLinkIndexUsed;
|
|
this.configForm.dpLinkIndexUsed = detailData.dpLinkIndexUsed;
|
|
if (detailData.dpLinkIndexUsed === 1) {
|
|
if (detailData.dpLinkIndexUsed === 1) {
|