v-html处理formatter数据换行问题

          
            
          

 v-html="startTimeTurn_formatter(scope.row.startTime)" 

    /**起始时间转换 */
    startTimeTurn_formatter(startTime){
      if(startTime){
        return timestampToTime(startTime);
      }els

你可能感兴趣的:(前端埋坑之路-前端技术,前端十年之路,vue.js,前端,javascript)