|
@@ -284,7 +284,8 @@
|
|
|
:key="item.dictValue"
|
|
|
:label="item.dictValue"
|
|
|
:disabled="(content.type!=2 && item.dictValue === '9') || (content.isOfficial==1 && ['5','6','7','8','9'].includes(item.dictValue))"
|
|
|
- v-for="item in sysQwSopAiContentType" v-if="setIndex == 0 ? courseTypeList.includes(item.dictValue) : !courseTypeList.includes(item.dictValue)">{{ item.dictLabel }}
|
|
|
+ v-for="item in sysQwSopAiContentType"
|
|
|
+ v-if="setIndex == 0 ? courseTypeList.includes(item.dictValue) : !courseTypeList.includes(item.dictValue)">{{ item.dictLabel }}
|
|
|
</el-radio>
|
|
|
</el-radio-group>
|
|
|
</div>
|
|
@@ -738,7 +739,7 @@ export default {
|
|
|
ruleList: [],
|
|
|
ids: [],
|
|
|
startTimeRange: [],
|
|
|
- courseTypeList: ['3', '4', '9'],
|
|
|
+ courseTypeList: ["1",'3', '4', '9'],
|
|
|
sysFsSopWatchStatus: [],
|
|
|
//消息内容类型 企微版
|
|
|
sysQwSopContentType: [],
|