提交 0bdc8778 authored 作者: liuluyu's avatar liuluyu

更新tb9和tb10字段

上级 83ce0315
......@@ -77,7 +77,7 @@
</template>
<template v-else>
<template v-for="(item, index) in row.content" :key="index">
<strong v-if="item.type === 'text'" v-html="item.value"></strong>
<span v-if="item.type === 'text'" v-html="item.value"></span>
<span v-else-if="item.type === 'br'"><br></span>
<span v-else-if="item.type === 'brspace'">
<br>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论