|
@@ -6,7 +6,7 @@
|
|
|
<el-input show-word-limit v-model="workName" class="title _title" placeholder="50字符以内,不能包含&*\#等特殊字符" :maxlength="50" @blur="workNameBlur"></el-input>
|
|
<el-input show-word-limit v-model="workName" class="title _title" placeholder="50字符以内,不能包含&*\#等特殊字符" :maxlength="50" @blur="workNameBlur"></el-input>
|
|
|
</div>
|
|
</div>
|
|
|
<!--作品描述-->
|
|
<!--作品描述-->
|
|
|
- <h5 class="label app__mt_20"><span class="app__fc_r">*</span>作品描述 <span class="app__ml_10"><a>查看参考案例</a></span></h5>
|
|
|
|
|
|
|
+ <h5 class="label app__mt_20"><span class="app__fc_r">*</span>作品描述 <span class="app__ml_10" style="display: none"><a>查看参考案例</a></span></h5>
|
|
|
<editor placeholder="请输入作品描述,支持图文混排,可添加【文字描述】【方案视频】【作品图片】【担任职责】等模块;可添加方案截图、PDF文档转图片,不低于60字" :content="content" @change="handleChange"
|
|
<editor placeholder="请输入作品描述,支持图文混排,可添加【文字描述】【方案视频】【作品图片】【担任职责】等模块;可添加方案截图、PDF文档转图片,不低于60字" :content="content" @change="handleChange"
|
|
|
class="app__bd_g"></editor>
|
|
class="app__bd_g"></editor>
|
|
|
<!--作品封面图 -->
|
|
<!--作品封面图 -->
|