|
@@ -120,7 +120,7 @@
|
|
</div>
|
|
</div>
|
|
</a-form-model-item>
|
|
</a-form-model-item>
|
|
<a-form-model-item label="创建数量: 广告组数量" class="campaign-cnt-class" prop="campaignCnt">
|
|
<a-form-model-item label="创建数量: 广告组数量" class="campaign-cnt-class" prop="campaignCnt">
|
|
- <a-input-number v-model="configForm.campaignCnt" :min="1" @change="handleCampaignCnt"/>
|
|
|
|
|
|
+ <a-input-number v-model="configForm.campaignCnt" :min="1" @change="handleCampaignCnt" :disabled="configForm.dpLinkIndexUsed === 0"/>
|
|
<a-tooltip placement="top">
|
|
<a-tooltip placement="top">
|
|
<template slot="title">
|
|
<template slot="title">
|
|
<span>输入的数量为每天所创建的广告组数量</span>
|
|
<span>输入的数量为每天所创建的广告组数量</span>
|
|
@@ -1240,6 +1240,7 @@ export default {
|
|
this.adNameTags.pop();
|
|
this.adNameTags.pop();
|
|
this.configForm.dpLinkStartIndex = 1;
|
|
this.configForm.dpLinkStartIndex = 1;
|
|
this.configForm.dpLinkEndIndex = 2;
|
|
this.configForm.dpLinkEndIndex = 2;
|
|
|
|
+ this.configForm.campaignCnt = 1;
|
|
}
|
|
}
|
|
else if (defaultId === 1) {
|
|
else if (defaultId === 1) {
|
|
this.adNameTags.push('dp链接标识');
|
|
this.adNameTags.push('dp链接标识');
|