|
|
@@ -122,7 +122,7 @@
|
|
|
</el-form-item>
|
|
|
|
|
|
<!-- advertiserId = 1 的字段 -->
|
|
|
- <template v-if="form.advertiserId === 1">
|
|
|
+ <template v-if="form.advertiserId === 10001">
|
|
|
<el-form-item label="ocpcUid" prop="adAccountId">
|
|
|
<el-input v-model="form.adAccountId" placeholder="请输入ocpcUid" />
|
|
|
</el-form-item>
|
|
|
@@ -132,7 +132,7 @@
|
|
|
</template>
|
|
|
|
|
|
<!-- advertiserId = 3 的字段 -->
|
|
|
- <template v-if="form.advertiserId === 3">
|
|
|
+ <template v-if="form.advertiserId === 10003">
|
|
|
<el-form-item label="广告账户id" prop="adAccountId">
|
|
|
<el-input v-model="form.adAccountId" placeholder="请输入广告账户id" />
|
|
|
</el-form-item>
|
|
|
@@ -145,7 +145,7 @@
|
|
|
</template>
|
|
|
|
|
|
<!-- advertiserId = 4 的字段 -->
|
|
|
- <template v-if="form.advertiserId === 4">
|
|
|
+ <template v-if="form.advertiserId === 10004">
|
|
|
<el-form-item label="ownerId" prop="adAccountId">
|
|
|
<el-input v-model="form.adAccountId" placeholder="请输入ownerId" />
|
|
|
</el-form-item>
|
|
|
@@ -158,7 +158,7 @@
|
|
|
</template>
|
|
|
|
|
|
<!-- advertiserId = 5 的字段 -->
|
|
|
- <template v-if="form.advertiserId === 5">
|
|
|
+ <template v-if="form.advertiserId === 10005">
|
|
|
<el-form-item label="账户id" prop="adAccountId">
|
|
|
<el-input v-model="form.adAccountId" placeholder="请输入账户id" />
|
|
|
</el-form-item>
|