1.封装 /src /utils /xx.js

export function formatWord(data){     return data.replace(/<span style=\'color:red;font-weight:bold;\'>/ig,'').replace(/<\/span>/ig,'')}

2页面调用

 this.formInline.zhaobdw = formatWord(row.biddingUnit) import{formatWord}from '@/utils/zfczz.js'