@@ -977,7 +977,7 @@
</el-form-item>
</el-card>
</div>
- <div v-if="item.contentType == 21">
+ <div v-if="item.contentType == 11">
<el-input
v-model="item.value"
type="textarea"
@@ -178,7 +178,7 @@
<span v-if="item.contentType == 8">视频号</span>
<span v-if="item.contentType == 9">APP</span>
<span v-if="item.contentType == 10">自定义小程序</span>
- <span v-if="item.contentType == 21">群公告</span>
+ <span v-if="item.contentType == 11">群公告</span>
<span v-if="item.contentType == 4"><el-button size="mini" type="primary" @click="generateShortLink(item)" style="margin-left: 330px;">生成短链</el-button></span>
<div v-if="item.sendStatus">
@@ -273,7 +273,7 @@
<div v-html="item.value"></div>
@@ -581,7 +581,7 @@
- <div v-if="setList.contentType == 21">
+ <div v-if="setList.contentType == 11">
:disabled="formType == 3 || !roles.includes('edit_sop_temp_content')"
v-model="setList.value"
@@ -936,7 +936,7 @@ export default {
ruleList: [],
ids: [],
// startTimeRange: [],
- courseTypeList: ['1','2', '4','5','6', '7','8','9','10','21'],
+ courseTypeList: ['1','2', '4','5','6', '7','8','9','10','11'],
sysFsSopWatchStatus: [],
//消息内容类型 企微版
sysQwSopContentType: [],