|
|
@@ -150,7 +150,7 @@
|
|
|
</div>
|
|
|
</el-form-item>
|
|
|
<el-form-item label="内容" >
|
|
|
- <el-input v-if="setList.contentType == 1 " v-model="setList.value" type="textarea" :rows="3" placeholder="内容" style="width: 90%;margin-top: 10px;"/>
|
|
|
+ <el-input v-if="setList.contentType == 1 || setList.contentType == 15" v-model="setList.value" type="textarea" :rows="3" placeholder="内容" style="width: 90%;margin-top: 10px;"/>
|
|
|
|
|
|
<ImageUpload v-if="setList.contentType == 2 " v-model="setList.imgUrl" type="image" :num="1" :width="150" :height="150" />
|
|
|
|
|
|
@@ -231,7 +231,7 @@
|
|
|
</video>
|
|
|
</el-form-item>
|
|
|
</div>
|
|
|
- <div v-if="setList.contentType == 7 ">
|
|
|
+ <div v-if="setList.contentType == 7 || setList.contentType == 16">
|
|
|
<el-input
|
|
|
v-model="setList.value"
|
|
|
type="textarea" :rows="3" maxlength="66" show-word-limit
|
|
|
@@ -273,7 +273,7 @@
|
|
|
|
|
|
</el-form-item>
|
|
|
|
|
|
- <el-form-item label="添加短链" v-if="content.type == 2 && setList.contentType == 1 " >
|
|
|
+ <el-form-item label="添加短链" v-if="content.type == 2 && setList.contentType == 1 || setList.contentType == 15" >
|
|
|
<el-tooltip content="请先根据课程选定课程小节之后再添加" effect="dark" :disabled="!!content.videoId">
|
|
|
<el-switch
|
|
|
v-model="setList.isBindUrl"
|