Merge branch 'master' of codeup.aliyun.com:6265f483e4166464dc2f9c14/boeu/portal

This commit is contained in:
dongruihua
2023-02-14 11:38:58 +08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@
<!--显示内容--> <!--显示内容-->
<div v-else style="margin: 0px 10px;"> <div v-else style="margin: 0px 10px;">
<!--视频--> <!--视频-->
<div v-show="content.contentType>0 && content.contentType<51"> <div v-show="content.contentType>0 && content.contentType<51 && content.contentType!=41">
<div style="display: flex;justify-content:space-between"> <div style="display: flex;justify-content:space-between">
<div> <div>
<el-input maxlength="50" @change="updateName" v-model="content.contentName" placeholder="内容的名称(限50字以内)"></el-input> <el-input maxlength="50" @change="updateName" v-model="content.contentName" placeholder="内容的名称(限50字以内)"></el-input>

View File

@@ -24,7 +24,7 @@
</div> </div>
<!--内容区--> <!--内容区-->
<div style="margin-top: 10px;"> <div style="margin-top: 10px;">
<div v-if="cware.content.contentType<51 && !cware.findShow"> <div v-if="cware.content.contentType<51 && cware.content.contentType!=41 && !cware.findShow">
<div v-if="cware.content.contentRefId==''"> <div v-if="cware.content.contentRefId==''">
<div style="padding-top: 0px;"> <div style="padding-top: 0px;">
<!-- <div> --> <!-- <div> -->