|
@@ -62,7 +62,7 @@
|
|
|
<el-option v-for="item in productInfoList" :key="item.id" :label="`${item.productName}/${item.remark}/${item.spid}`" :value="item.id" />
|
|
|
</el-select>
|
|
|
</el-form-item>
|
|
|
- <el-form-item label="副产品2" v-if="form.templateCode =='templateThree'">
|
|
|
+ <el-form-item label="副产品2" v-if="form.templateCode =='templateThree' || form.templateCode =='activity-three' ">
|
|
|
<el-select v-model="extJson.viceProductId2" filterable clearable placeholder="请选择副产品2" @change="viceChange2">
|
|
|
<el-option v-for="item in productInfoList" :key="item.id" :label="`${item.productName}/${item.remark}/${item.spid}`" :value="item.id" />
|
|
|
</el-select>
|
|
@@ -1007,6 +1007,7 @@ export default {
|
|
|
},
|
|
|
// 客户端适配
|
|
|
disposeList: [
|
|
|
+ { value: "ticket ", label: "手厅客户端", },
|
|
|
{ value: "tencent", label: "腾讯客户端", },
|
|
|
{ value: "aqy", label: "爱奇艺客户端", },
|
|
|
{ value: "bili", label: "B站客户端", },
|
|
@@ -1015,12 +1016,16 @@ export default {
|
|
|
{ value: "ksJhuo", label: "快手激活", },
|
|
|
{ value: "zijie", label: "字节跳动信息流", },
|
|
|
{ value: "zijieStart", label: "字节星图信息流", },
|
|
|
+
|
|
|
+
|
|
|
],
|
|
|
// 模板列表
|
|
|
templateList: [],
|
|
|
//产品列表
|
|
|
productInfoList: [],
|
|
|
- //策略列表
|
|
|
+ //策略列表.
|
|
|
+
|
|
|
+
|
|
|
strategyInfoList: [],
|
|
|
editId: null,
|
|
|
copy: 0,
|