this.indexList.forEach(item => { item.remark= item.remark.replace(/<br>/g, '\n').trim() })
讲<br>转换为‘\n’
加上trim()是为了去除首尾得空格