|
- <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 v-for="(cItem, cIndex) of yItem" :key="cIndex">{{ cItem }}</span>
|
|
+ <span v-for="(cItem, cIndex) of yItem" :key="cIndex" v-html="cItem"></span>
|