|
@@ -48,10 +48,10 @@
|
|
|
<div v-if="item.rule_id !== 6">
|
|
|
<span class="span-index">{{ yIndex+1 }}</span>
|
|
|
<span v-if="item.category=='入院记录'">
|
|
|
- <span v-for="(cItem, cIndex) of yItem" :key="cIndex" @click="hightRight(cItem,292,item.JZHM)">{{ cItem }}</span>
|
|
|
+ <span v-for="(cItem, cIndex) of yItem" :key="cIndex" @click="hightRight(cItem,292,item.JZHM)" v-html="cItem"></span>
|
|
|
</span>
|
|
|
<span v-else>
|
|
|
- <span v-for="(cItem, cIndex) of yItem" :key="cIndex">{{ cItem }}</span>
|
|
|
+ <span v-for="(cItem, cIndex) of yItem" :key="cIndex" v-html="cItem"></span>
|
|
|
</span>
|
|
|
</div>
|
|
|
<div v-else>
|