gaoxizhong 5 meses atrás
pai
commit
e41291a4b5
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      src/views/allcase/components/CaseQualityBox2.vue

+ 2 - 2
src/views/allcase/components/CaseQualityBox2.vue

@@ -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>