提交 e205c144 编写于 作者: tony001's avatar tony001

zpc --- 增加富文本信息模式-fix1

上级 2ed90afe
<template>
<codelist v-if="tag" :tag="tag" :value="value" :codelistType="codelistType" :renderMode="renderMode" :valueSeparator="valueSeparator" :textSeparator="textSeparator"></codelist>
<app-upload-file-info v-else-if="Object.is(this.editorType,'PICTURE') || Object.is(this.editorType,'PICTURE_ONE') || Object.is(this.editorType,'FILEUPLOADER')" :value="value" :name="name"></app-upload-file-info>
<span v-else-if="Object.is(this.editorType,'HTMLEDITOR')"><span v-html="text"></span></span>
<span class="app-span" v-else >{{text}}</span>
</template>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册