|
@@ -6,7 +6,7 @@
|
|
|
<i class="el-icon-info" />
|
|
|
</el-tooltip>
|
|
|
</el-checkbox>
|
|
|
- <el-checkbox v-if="isResearch && [1,3,5].includes(cactivityType)" v-model="isShowHz"> 同时在弘则活动页展示 </el-checkbox>
|
|
|
+ <el-checkbox v-if="isResearch && [1, 3, 5].includes(cactivityType)" v-model="isShowHz"> 同时在弘则活动页展示 </el-checkbox>
|
|
|
<el-checkbox v-if="cactivityType == 3" v-model="isExternalLabel"> 外部资源 </el-checkbox>
|
|
|
<template v-if="cactivityType == 7 || cactivityType == 2">
|
|
|
<el-checkbox v-model="isYidongConduct">
|
|
@@ -23,6 +23,7 @@
|
|
|
</el-checkbox>
|
|
|
<el-checkbox v-if="isYidongConduct && cactivityType == 2" v-model="isBClass"> B类非公开会议 </el-checkbox>
|
|
|
</template>
|
|
|
+ <el-checkbox v-if="cactivityType === 8" v-model="isDeduct" style="margin-right: 20px"> 同时在弘则活动页展示 </el-checkbox>
|
|
|
<template v-if="optionFormregion.includes('研选')">
|
|
|
<el-checkbox v-model="isDeduct" style="margin-right: 20px"> 研选扣点 </el-checkbox>
|
|
|
<el-select clearable @change="ObjectChangeHandler" v-model="PointsSet.PointsObject" placeholder="请选择扣点对象" v-if="isDeduct" style="width: 160px">
|
|
@@ -87,7 +88,7 @@ export default {
|
|
|
default: "",
|
|
|
},
|
|
|
isResearch: {
|
|
|
- type:Boolean,
|
|
|
+ type: Boolean,
|
|
|
default: false,
|
|
|
},
|
|
|
},
|
|
@@ -114,7 +115,7 @@ export default {
|
|
|
CancelDeadlineType: "", //截至报名时间
|
|
|
},
|
|
|
dataDeadlineSet: [],
|
|
|
- isShowHz:false
|
|
|
+ isShowHz: false,
|
|
|
};
|
|
|
},
|
|
|
computed: {
|